Skip to main content
Glama

Kommo CRM MCP Server

create_lead_event

Add and manage events for a lead in Kommo CRM by specifying lead ID, event type, description, and responsible user ID. Streamline workflow and track lead interactions efficiently.

Instructions

Create a new event for a lead

Input Schema

NameRequiredDescriptionDefault
lead_idYesID of the lead
responsible_user_idNoID of responsible user
textNoEvent description
typeYesType of event

Input Schema (JSON Schema)

{ "properties": { "lead_id": { "description": "ID of the lead", "type": "number" }, "responsible_user_id": { "description": "ID of responsible user", "type": "number" }, "text": { "description": "Event description", "type": "string" }, "type": { "description": "Type of event", "type": "string" } }, "required": [ "lead_id", "type" ], "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/Miguelgbastos/Kommo-MCP'

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