SalesTouch Docs
All MCP tools
Writes to LinkedInLinkedIn

Cancel queued action

queue_cancel

Cancel a queued SalesTouch action returned by status or lead.status.

When to use it

Cancel an action that SalesTouch previously queued.

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

Requirements

Provide the exact queued_action_id returned by status or lead.status.

Example

Ask your agent

Cancel the queued SalesTouch action qa_123.

Tool arguments
{
  "queued_action_id": "qa_123"
}
MCP response envelope
{
  "content": [
    {
      "type": "text",
      "text": "{\n  \"data\": { ... },\n  \"meta\": null\n}"
    }
  ],
  "isError": false
}

Expected: A cancellation confirmation for the queued action.

Parameters

queued_action_idrequired
string

Queued action id returned by status or lead.status.

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