Skip to main content
Glama
runitsolutions

kommo-mcp

Get field group

kommo_field_groups_get
Read-only

Retrieve a field group by ID and entity type in Kommo CRM. Specify which entity type and group ID to get the group's details.

Instructions

Get a field group by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
entity_typeYes
Behavior2/5

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

The annotations declare readOnlyHint=true, so the safe-read nature is already known. The description adds no additional behavioral context—nothing about return format, error handling, permissions, or how entity_type affects behavior. It simply repeats the action implied by the title.

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

Conciseness4/5

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

The description is a single concise sentence, well-structured and front-loaded. However, it is nearly redundant with the title, adding only 'by ID', so it is concise but at the expense of substantive content.

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 two required parameters, one of which (entity_type) is non-obvious, the description is incomplete. There is no explanation of how entity_type relates to field groups, what the response will include, or any caveats. The openWorldHint annotation is also unexplained, leaving the agent without sufficient context for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only mentions 'by ID', partially clarifying the id parameter, but gives no meaning for the required entity_type parameter with its enum of entity types. The description does not help an agent understand the purpose or valid values for entity_type.

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 the tool retrieves a specific field group by ID, distinguishing it from list, create, update, and delete siblings. The verb 'Get' and resource 'field group' are specific and 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?

No guidance is provided on when to use this tool versus alternatives like kommo_field_groups_list. It doesn't mention that this should be used when an ID is known, nor does it explain the need for entity_type. No usage context 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.

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