LinkedIn conversation messages
linkedin_conversations_messagesList messages from one LinkedIn conversation resolved from a chat id or profile target.
When to use it
Load the message history for a known conversation or member.
linkedin:accesssalestouch:useRequirements
Example
Read my full LinkedIn message history with https://www.linkedin.com/in/example, oldest first.
{
"linkedin_url": "https://www.linkedin.com/in/example",
"limit": 100,
"order": "oldest_first"
}{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: Normalized messages plus conversation participants and pagination state.
Parameters
account_idstringConnected LinkedIn account id, remote id, username, email, handle, or account URL.
identifierstringLinkedIn member handle, provider id, public id, or profile URL.
recipientstringAlias for identifier when sending to a member.
linkedin_urlstringLinkedIn profile URL.
profile_urlstringAlias for linkedin_url.
handlestringLinkedIn public identifier or local handle.
cursorstringPagination cursor.
beforestringISO 8601 UTC datetime upper bound.
afterstringISO 8601 UTC datetime lower bound.
conversation_idstringLinkedIn conversation id or provider chat id.
chat_idstringAlias for conversation_id.
thread_idstringAlias for conversation_id.
limitnumberMaximum messages to return. Defaults to 50, max 250.
sender_idstringFilter messages by provider sender id.
include_participantsbooleanInclude normalized conversation attendees. Defaults to true.
orderstringMessage order: oldest_first or newest_first. Defaults to oldest_first.
Aliases are shown independently because MCP clients send a flat JSON object. Use one alias from each required group, not every alias.
Common errors
insufficient_scopeReconnect the MCP and approve the requested LinkedIn permission.
paid_plan_requiredUse a SalesTouch workspace with LinkedIn MCP access.