Skip to main content
Glama
runitsolutions

kommo-mcp

Sales report

kommo_sales_report
Read-only

Retrieve sales report for leads over a date range, optionally switch to conversion type. Set date_from and date_to as YYYY-MM-DD.

Instructions

Fetch leads sales report for a date range (GET /api/v4/leads/reports). date_from/date_to as YYYY-MM-DD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_toYesEnd date YYYY-MM-DD
date_fromYesStart date YYYY-MM-DD
report_typeNoReport type (default sales)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is known. The description adds the date format and API endpoint, which is useful but does not disclose response format, pagination, or the effect of the report_type parameter. This matches a baseline where annotations carry the safety burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the action and resource, includes the endpoint, and appends the date format hint. Every word earns its place, with no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (3 params, all documented in schema) and has annotations covering read-only/open-world behavior. The description explains the core purpose and required inputs. It does not mention the optional report_type parameter or return format, but the schema covers report_type and no output schema exists, so the description is adequate for this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description repeats the date format (YYYY-MM-DD) already present in the schema and does not add meaning for report_type. It provides no additional parameter insight beyond the structured schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Fetch leads sales report for a date range' and provides the exact API endpoint (GET /api/v4/leads/reports), clearly identifying the resource and scope. This distinguishes it from sibling tools like kommo_leads_list or kommo_pipeline_analytics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use this tool: when a leads sales report for a specific date range is needed. However, it does not explicitly mention alternatives or when not to use it, so it falls short of a full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/runitsolutions/kommo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server