All MCP tools
Read onlyLinkedIn
LinkedIn feed
linkedin_feedRead the authenticated LinkedIn feed through a connected account.
When to use it
Read posts from the authenticated LinkedIn home feed.
Required scopes
linkedin:accesssalestouch:useExecution
Synchronous MCP tool call
Requirements
account_id is optional when SalesTouch can resolve a connected account automatically.
Example
Ask your agent
Read the first 20 posts from my LinkedIn feed.
Tool arguments
{
"limit": 20
}MCP response envelope
{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: A page of feed posts and a cursor when more results are available.
Parameters
NameTypeDescription
account_idstringConnected LinkedIn account id, remote id, username, email, handle, or account URL.
queuebooleanSet true to queue this action when it cannot run now.
cursorstringPagination cursor.
limitnumberMaximum number of feed posts.
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.