Skip to main content
Glama

Revenue Engine MCP

update_lead

Modify lead details in your sales pipeline including status, value, notes, and next actions to maintain accurate revenue tracking and follow-up scheduling.

Instructions

Update an existing lead

Input Schema

NameRequiredDescriptionDefault
estimatedValueNo
leadIdYesLead ID to update
nextActionNo
nextActionDateNoYYYY-MM-DD
notesNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "estimatedValue": { "type": "number" }, "leadId": { "description": "Lead ID to update", "type": "number" }, "nextAction": { "type": "string" }, "nextActionDate": { "description": "YYYY-MM-DD", "type": "string" }, "notes": { "type": "string" }, "status": { "enum": [ "New", "Contacted", "Call Booked", "Proposal Sent", "Closed", "Lost" ], "type": "string" } }, "required": [ "leadId" ], "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