SalesTouch Docs
All MCP tools
Read onlyLinkedIn

LinkedIn feed

linkedin_feed

Read the authenticated LinkedIn feed through a connected account.

When to use it

Read posts from the authenticated LinkedIn home feed.

Required scopes
linkedin:accesssalestouch:use
Execution
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

account_id
string

Connected LinkedIn account id, remote id, username, email, handle, or account URL.

queue
boolean

Set true to queue this action when it cannot run now.

cursor
string

Pagination cursor.

limit
number

Maximum 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_scope

Reconnect the MCP and approve the requested LinkedIn permission.

paid_plan_required

Use a SalesTouch workspace with LinkedIn MCP access.

On this page