LinkedIn conversations
linkedin_conversations_listList recent LinkedIn messaging conversations from connected accounts.
When to use it
Read the most recent LinkedIn conversations or filter unread threads.
linkedin:accesssalestouch:useRequirements
Example
List my 20 most recent unread LinkedIn conversations and include participants.
{
"limit": 20,
"unread": true,
"include_participants": true
}{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: A paginated list of normalized conversation summaries.
Parameters
account_idstringConnected LinkedIn account id, remote id, username, email, handle, or account URL.
cursorstringPagination cursor.
beforestringISO 8601 UTC datetime upper bound.
afterstringISO 8601 UTC datetime lower bound.
limitnumberMaximum conversations to return. Defaults to 25, max 100.
unreadbooleanFilter unread or read conversations.
include_participantsbooleanInclude normalized conversation attendees.
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.