Mark Conversation Read
Mark a LinkedIn conversation as read using its chat_id from list_conversations, with a safety limit of 200 per day. The action is idempotent and returns {marked_read: true}, so repeating it on the same thread is harmless. It fails if the chat_id is not found or belongs to another account. Use it to clear unread badges on threads you have already handled.
Example prompt: Mark the conversation msg_abc123 as read, I have already reviewed it
{
"chat_id": "msg_abc123",
"marked_read": true
}What you can build
Parameters
Inputs accepted by mark_chat_read.
| Name | Type | Description |
|---|---|---|
| chat_id | string | ID of the chat/conversation to mark as read (e.g. 'msg_abc123'). Get from list_conversations. |
Related tools
List LinkedIn Conversations
List LinkedIn conversations with last message previews, label filters, and whose-turn flags so your AI agent can prioritize replies fast.
Get Inbox Status
Instant LinkedIn inbox triage with zero API calls: needs-reply threads, stale conversations, and overdue commitments at a glance.
Bulk Archive Stale Conversations
Archive stale LinkedIn conversations older than N days where you sent last, with a dry-run preview. Threads auto-return the moment the other person replies.
Delete LinkedIn Conversation
Permanently delete an entire LinkedIn conversation by chat_id. Irreversible, so use it to clear out threads you no longer need.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.