Update lead tags
lead_tags_updateAdd or remove simple workspace tags on a lead.
When to use it
Add or remove simple workspace-specific tags on one lead.
linkedin:accesssalestouch:useRequirements
Example
Add the Founder tag and remove Agency from this lead.
{
"lead_id": "lead_example",
"add": [
"Founder"
],
"remove": [
"Agency"
]
}{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: The complete updated lead status with the resulting sorted tag names.
Parameters
account_idstringConnected SalesTouch account id, username, email, handle, or account URL.
identifierstringLinkedIn member handle, public id, account id, or profile URL.
lead_idstringCanonical SalesTouch lead id returned by lead_status or leads_search.
addarrayAdditional tool input.
removearrayAdditional tool input.
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.
trial_payment_method_requiredAdd a payment method in SalesTouch billing to activate the trial and LinkedIn MCP access.