Skip to main content
Glama
clarkstamina-max

Kommo CRM MCP Server

update_custom_field_group

Update an existing custom field group in Kommo CRM by renaming it or adjusting its display order for leads, contacts, companies, or catalogs.

Instructions

Atualiza um grupo de campos (aba/seção) existente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID do grupo de campos a ser atualizado
nameNoNovo nome do grupo
sortNoNova ordem de exibição
client_slugYesIdentificador do cliente (slug)
entity_typeNoleads

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It only says the tool updates an existing group; it does not disclose side effects, permissions, reversibility, impacts on contained fields, or failure behavior.

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 efficient sentence with no filler. The parenthetical clarifies what a 'grupo de campos' is, and the word 'existente' adds meaningful scope without extra length.

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?

With five parameters, no annotations, no output schema, and no usage guidance, the description is too sparse to fully support tool selection and invocation. Most context must be inferred from the schema and sibling tool names.

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 80%, and the schema already documents most parameters. The description adds no extra insight into parameter semantics beyond what the schema provides, so the baseline of 3 applies.

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 clearly states a specific action ('Atualiza') and resource ('um grupo de campos (aba/seção) existente'), and the 'existing' qualifier distinguishes it from creation and deletion tools. It also clarifies that the group is a tab/section, which separates it from custom field tools.

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 is provided about when to use this tool versus alternatives. It does not mention related tools like update_custom_field or create_custom_field_group, and no conditions or exclusions are given.

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