Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

update_lead

Modify existing lead information including contact details, company data, tags, and custom fields to maintain accurate CRM records.

Instructions

Update an existing lead's properties

Args: lead_id: The unique identifier of the lead email: New email address first_name: New first name last_name: New last name company: New company name title: New job title phone: New phone number tags: New list of tags (replaces existing tags) custom_fields: New custom fields (merges with existing)

Returns: Updated lead object

Input Schema

NameRequiredDescriptionDefault
lead_idYes
emailNo
first_nameNo
last_nameNo
companyNo
titleNo
phoneNo
tagsNo
custom_fieldsNo

Input Schema (JSON Schema)

{ "properties": { "company": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "custom_fields": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null }, "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "first_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "last_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "lead_id": { "type": "string" }, "phone": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "required": [ "lead_id" ], "type": "object" }

Other Tools from Multilead Open API MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanman2024/multilead-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server