Skip to main content
Glama

Revenue Engine MCP

add_lead

Add new leads to your sales pipeline by capturing company details, contact information, industry data, and estimated project value for revenue tracking and management.

Instructions

Add a new lead to the pipeline

Input Schema

NameRequiredDescriptionDefault
companyNameYesCompany name
contactEmailNoContact email
contactNameNoContact person name
contactPhoneNoContact phone
estimatedValueNoEstimated project value
industryNoIndustry/sector
notesNoAdditional notes
servicesInterestedInNoServices interested in
sourceNoLead source

Input Schema (JSON Schema)

{ "properties": { "companyName": { "description": "Company name", "type": "string" }, "contactEmail": { "description": "Contact email", "type": "string" }, "contactName": { "description": "Contact person name", "type": "string" }, "contactPhone": { "description": "Contact phone", "type": "string" }, "estimatedValue": { "description": "Estimated project value", "type": "number" }, "industry": { "description": "Industry/sector", "type": "string" }, "notes": { "description": "Additional notes", "type": "string" }, "servicesInterestedIn": { "description": "Services interested in", "type": "string" }, "source": { "description": "Lead source", "enum": [ "Upwork", "LinkedIn", "Cold Email", "Referral", "Website", "Other" ], "type": "string" } }, "required": [ "companyName" ], "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/PromptishOperations/mcpSpec'

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