All Tools/MessagingRead-only

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

NameTypeRequiredDescription
limitnumberoptionalMax number of conversations to return (default 20)
cursorstringoptionalPagination 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:

full accessoutboundread only

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.