Skip to main content
Glama
runitsolutions

kommo-mcp

List users

kommo_users_list
Read-only

Retrieve a paginated list of users from your Kommo CRM account, with optional inclusion of role, group, UUID, or amojo_id fields.

Instructions

List users in the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
withNorole, group, uuid, amojo_id
limitNo
Behavior2/5

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

The annotations already indicate read-only and open-world behavior. The description adds only the scope 'in the account' but does not disclose any additional behavioral traits such as pagination, filtering, or response format. It does not contradict the annotations.

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 with no redundant words. It is appropriately front-loaded and easy to parse, though it lacks detail.

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 list tool with no output schema and incomplete parameter documentation, this description is too sparse. It doesn't explain pagination, the meaning of 'with', or any usage context, making it insufficient for an agent to fully understand the tool's behavior.

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?

The description does not mention any parameters. With schema coverage at only 33% (only 'with' is described), the description fails to compensate for the undocumented 'page' and 'limit' parameters. It adds no meaning beyond the schema.

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

Purpose4/5

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

The description clearly states the tool lists users in the account, using a specific verb and resource. It distinguishes from sibling get/create/deactivate tools by saying 'list' rather than 'get' or 'create', though it doesn't explicitly call out alternatives.

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 guidance on when to use this tool vs alternatives like kommo_users_get or kommo_users_create. The description simply states the action without providing context or exclusions.

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