SalesTouch Docs
All MCP tools
Writes to LinkedInLinkedIn

Update lead CRM status

lead_crm_status_update

Set a manual CRM status for a lead or return it to automatic status tracking.

When to use it

Qualify one lead manually or restore automatic CRM progression.

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

Requirements

Provide lead_id or a LinkedIn member target.
Use a manual CRM status or AUTO.

Example

Ask your agent

Mark this lead as Interested.

Tool arguments
{
  "lead_id": "lead_example",
  "crm_status": "Interested"
}
MCP response envelope
{
  "content": [
    {
      "type": "text",
      "text": "{\n  \"data\": { ... },\n  \"meta\": null\n}"
    }
  ],
  "isError": false
}

Expected: The complete updated lead status, including unchanged inbox status and tags.

Parameters

account_id
string

Connected SalesTouch account id, username, email, handle, or account URL.

identifier
string

LinkedIn member handle, public id, account id, or profile URL.

lead_id
string

Canonical SalesTouch lead id returned by lead_status or leads_search.

crm_statusrequired
string

Manual CRM status, or AUTO to resume the computed 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.

trial_payment_method_required

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