Skip to main content
Glama

Instantly MCP Server

update_lead

Modify lead details including name, company information, and custom fields to maintain accurate and current contact records in email campaigns.

Instructions

Update a lead

Input Schema

NameRequiredDescriptionDefault
companyNoCompany name
custom_fieldsNoCustom fields as key-value pairs
first_nameNoFirst name
last_nameNoLast name
lead_idYesLead ID

Input Schema (JSON Schema)

{ "properties": { "company": { "description": "Company name", "type": "string" }, "custom_fields": { "description": "Custom fields as key-value pairs", "type": "object" }, "first_name": { "description": "First name", "type": "string" }, "last_name": { "description": "Last name", "type": "string" }, "lead_id": { "description": "Lead ID", "type": "string" } }, "required": [ "lead_id" ], "type": "object" }

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/bcharleson/Instantly-MCP'

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