Skip to main content
Glama

Instantly MCP Server

create_lead

Add new leads to email campaigns by providing essential contact information and custom fields for targeted outreach.

Instructions

Create a new lead

Input Schema

NameRequiredDescriptionDefault
companyNameNoCompany name
custom_fieldsNoCustom fields as key-value pairs
emailYesLead email address
firstNameNoFirst name
lastNameNoLast name
personalizationNoPersonalization field
websiteNoCompany website

Input Schema (JSON Schema)

{ "properties": { "companyName": { "description": "Company name", "type": "string" }, "custom_fields": { "description": "Custom fields as key-value pairs", "type": "object" }, "email": { "description": "Lead email address", "type": "string" }, "firstName": { "description": "First name", "type": "string" }, "lastName": { "description": "Last name", "type": "string" }, "personalization": { "description": "Personalization field", "type": "string" }, "website": { "description": "Company website", "type": "string" } }, "required": [ "email" ], "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