Skip to main content
Glama

Kommo CRM MCP Server

get_pipeline_analytics

Analyze pipeline performance by retrieving detailed metrics and insights based on specified pipeline ID and date ranges within Kommo CRM MCP Server.

Instructions

Get analytics for a specific pipeline

Input Schema

NameRequiredDescriptionDefault
date_fromNoStart date (YYYY-MM-DD)
date_toNoEnd date (YYYY-MM-DD)
pipeline_idYesID of the pipeline

Input Schema (JSON Schema)

{ "properties": { "date_from": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "date_to": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "pipeline_id": { "description": "ID of the pipeline", "type": "number" } }, "required": [ "pipeline_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