Skip to main content
Glama
E0DUAR

Kommo CRM MCP Server

by E0DUAR

kommo_update_deal

Update an existing deal's name, price, status, or pipeline in Kommo CRM. Provide the deal ID and optional fields to modify.

Instructions

Update an existing deal

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dealIdYes
nameNo
priceNo
status_idNo
pipeline_idNo
Behavior2/5

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

No annotations provided, and the description only states 'update', implying mutation. It fails to disclose potential side effects, authorization requirements, or any constraints (e.g., required fields beyond dealId).

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

Conciseness2/5

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

While very short (3 words), the description is under-specified. It sacrifices essential information for brevity, making it inadequate for an agent to use correctly.

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

Completeness1/5

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

With 5 parameters, no output schema, no annotations, and many sibling tools, the description is severely incomplete. It lacks details on parameter usage, success indicators, and error conditions.

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

Parameters1/5

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

Schema coverage is 0%, and the description adds no meaning to the parameters (dealId, name, price, status_id, pipeline_id). For example, status_id and pipeline_id likely relate to pipeline stages but are not explained.

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

Purpose2/5

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

The description 'Update an existing deal' is a tautology, restating the tool name without additional specificity. It does not differentiate this tool from siblings like kommo_update_lead or kommo_update_company.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. Given many sibling update tools (lead, company, contact, etc.), the description lacks context for appropriate selection.

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

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