Skip to main content
Glama

Kommo CRM MCP Server

move_lead_to_status

Move a lead to a specified status in Kommo CRM by providing the lead ID and target status ID, enabling precise workflow and pipeline management.

Instructions

Move a lead to a specific status

Input Schema

NameRequiredDescriptionDefault
lead_idYesID of the lead
status_idYesID of the target status

Input Schema (JSON Schema)

{ "properties": { "lead_id": { "description": "ID of the lead", "type": "number" }, "status_id": { "description": "ID of the target status", "type": "number" } }, "required": [ "lead_id", "status_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