Skip to main content
Glama

Kommo CRM MCP Server

get_lead_events

Retrieve events associated with a specific lead in Kommo CRM, allowing users to monitor activity, manage timelines, and optimize workflow efficiency. Supports pagination for handling large datasets.

Instructions

Get events for a specific lead

Input Schema

NameRequiredDescriptionDefault
lead_idYesID of the lead
limitNoNumber of events to return
pageNoPage number for pagination

Input Schema (JSON Schema)

{ "properties": { "lead_id": { "description": "ID of the lead", "type": "number" }, "limit": { "description": "Number of events to return", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" } }, "required": [ "lead_id" ], "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