Skip to main content
Glama
runitsolutions

kommo-mcp

Update single catalog

kommo_catalogs_update_one
Idempotent

Update a Kommo CRM catalog by ID, providing the updated catalog data.

Instructions

Update a catalog by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
catalogYes
Behavior2/5

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

Annotations provide idempotentHint and openWorldHint, but the description adds no behavioral context. It does not disclose any side effects, permission requirements, or response behavior associated with updating a catalog, leaving the agent without critical operational details.

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, front-loaded sentence with no redundant words. It is as concise as possible while stating the core action.

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

Completeness2/5

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

For a tool with nested object parameters and no output schema, the description is drastically underspecified. It fails to describe the catalog object shape, update semantics, or how this differs from sibling update tools, making it insufficient for correct invocation.

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 description coverage is 0%, and the description does not explain the 'id' or 'catalog' parameters. 'by ID' hints at the id parameter, but the 'catalog' object's structure and accepted fields are entirely unspecified, offering no value beyond the raw 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 'Update a catalog by ID' clearly states the verb (update), resource (catalog), and scope (single item by ID). This distinguishes it from bulk update siblings like kommo_catalogs_update, making the purpose unambiguous.

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?

There is no explicit guidance on when to use this tool versus alternatives. No mention of when to use 'update_one' vs 'update' or any prerequisites, so the agent must infer usage solely from the name.

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