SalesTouch Docs
All MCP tools
Read onlyLinkedIn

Status

status

Inspect SalesTouch LinkedIn outreach stats, queue counts, and optional detailed items.

When to use it

Check workspace health, outreach activity, limits, and queued actions before or after a workflow.

Required scopes
linkedin:accesssalestouch:use
Execution
Synchronous MCP tool call

Requirements

No input is required.
Use detail: items only when you need row-level results.

Example

Ask your agent

Show my SalesTouch status, including queue and LinkedIn limits.

Tool arguments
{
  "detail": "summary",
  "include": [
    "accounts",
    "queue",
    "limits"
  ]
}
MCP response envelope
{
  "content": [
    {
      "type": "text",
      "text": "{\n  \"data\": { ... },\n  \"meta\": null\n}"
    }
  ],
  "isError": false
}

Expected: A normalized workspace snapshot with the requested sections.

Parameters

detail
string

Response detail level: summary or items. Defaults to summary.

include
array | string

Sections to include. Use accounts, outreach, queue, limits, invitations, messages, or follow_ups.

from
string

Inclusive ISO 8601 lower date bound.

to
string

Inclusive ISO 8601 upper date bound.

account_id
string

Connected LinkedIn account id.

limit
number

Default maximum items per detailed section. Defaults to 20, max 100.

limits
object

Per-section item limits for queue, invitations, messages, and follow_ups.

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