List Conversations
List your LinkedIn message conversations with contact names, last message preview, and timestamps. Returns chat_id needed by send_message. If you need to message someone new, skip this and use start_conversation. Supports pagination for navigating through your full inbox.
MCP tool name: list_conversations
Use Cases
- Browse your LinkedIn inbox to find recent conversations
- Get conversation IDs for reading or replying to messages
- Monitor unread messages across all conversations
- Build CRM integrations that sync LinkedIn messaging activity
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| limit | number | optional | Max number of conversations to return (default 20) |
| cursor | string | optional | Pagination cursor from a previous response |
Example
Prompt
Show my 10 most recent LinkedIn conversations
Response
[
{
"chat_id": "chat_abc123",
"participant": "John Doe",
"last_message": "Thanks for connecting!",
"timestamp": "2024-01-15T14:20:00Z"
},
...
]Permission Scopes
This tool is available in the following permission scopes:
Related Tools
Get Messages
Read messages from a specific LinkedIn conversation by chat ID. Full message history with pagination via MCP.
Send Message
Send a message in an existing LinkedIn conversation. Automate replies and follow-ups programmatically via MCP.
Start Conversation
Start a new LinkedIn message conversation with one or more people. Initiate DMs programmatically via MCP.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. All 164 tools. Safe limits, warm-up, and full permission control built in.