Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

create_lead

Add new leads to your CRM with contact details, company information, and custom fields to organize and track potential customers in your sales pipeline.

Instructions

Create a new lead in Multilead

Args: email: Lead email address (required) first_name: Lead first name last_name: Lead last name company: Company name title: Job title phone: Phone number tags: List of tags to assign custom_fields: Custom field key-value pairs

Returns: Created lead object with ID and metadata

Input Schema

NameRequiredDescriptionDefault
emailYes
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": { "type": "string" }, "first_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "last_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "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": [ "email" ], "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