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 SalesTouch account id, username, email, handle, or account URL.

cursor
string

Pagination cursor.

limit
integer

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.

trial_payment_method_required

Add a payment method in SalesTouch billing to activate the trial and LinkedIn MCP access.