All MCP tools
Writes to LinkedInLinkedIn
Cancel queued action
queue_cancelCancel 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:useExecution
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
NameTypeDescription
queued_action_idrequiredstringQueued 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_scopeReconnect the MCP and approve the requested LinkedIn permission.
paid_plan_requiredUse a SalesTouch workspace with LinkedIn MCP access.