Skip to main content
Glama

get_pipeline_performance_report

Generate a pipeline performance report for a specified date range in Kommo CRM, enabling detailed analysis of pipeline operations and performance tracking.

Instructions

Get pipeline performance report for a date range

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_fromYesStart date (YYYY-MM-DD)
date_toYesEnd date (YYYY-MM-DD)

Implementation Reference

  • The main handler function for the get_pipeline_performance_report tool. It makes an API call to the Kommo CRM endpoint '/api/v4/leads/pipelines/reports' with date parameters and returns the performance report data.
    async getPipelinePerformanceReport(dateFrom: string, dateTo: string): Promise<any> { const response = await this.client.get('/api/v4/leads/pipelines/reports', { params: { date_from: dateFrom, date_to: dateTo } }); return response.data; }

Latest Blog Posts

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