Skip to main content
Glama

Kommo CRM MCP Server

create_lead_status

Define and configure new pipeline statuses in Kommo CRM by specifying pipeline ID, status name, color, and sort order. Streamline lead management and workflow organization.

Instructions

Create a new status for a pipeline

Input Schema

NameRequiredDescriptionDefault
colorNoColor of the status (hex code)
nameYesName of the status
pipeline_idYesID of the pipeline
sortNoSort order

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Color of the status (hex code)", "type": "string" }, "name": { "description": "Name of the status", "type": "string" }, "pipeline_id": { "description": "ID of the pipeline", "type": "number" }, "sort": { "description": "Sort order", "type": "number" } }, "required": [ "pipeline_id", "name" ], "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