Skip to main content
Glama
runitsolutions

kommo-mcp

List tasks

kommo_tasks_list
Read-only

Fetch a paginated list of Kommo tasks, filtered by entity, type, completion state, or assignee, with sortable results.

Instructions

List tasks with pagination and filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
filter_idNo
filter_entity_idNo
filter_task_typeNo
order_created_atNo
filter_entity_typeNoleads|contacts|companies|customers
filter_is_completedNo
order_complete_tillNo
filter_responsible_user_idNo
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so the description need not cover safety. It adds the behavioral detail of pagination and filter support, but does not explain default behavior, response format, or filter semantics beyond the generic phrase.

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 concise sentence, front-loaded with the verb and resource, with no redundant words. It is appropriately sized for a simple listing operation.

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 10 optional parameters and only 10% schema coverage, the description leaves most functionality unspecified. It lacks information on filter semantics, pagination defaults, or any usage constraints, making it incomplete for an agent to confidently invoke with correct parameters.

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 only 10% (one parameter has a description). The description mentions 'pagination and filters' but does not explain specific filter parameters or their meanings, failing to compensate for the sparse schema descriptions.

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 tasks and mentions pagination and filters, offering a specific verb+resource+scope. However, it does not explicitly differentiate from related tools like kommo_tasks_get, relying on the name for distinction.

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

Usage Guidelines3/5

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

The description implies usage for fetching task lists with pagination and filters, but provides no explicit guidance on when to use this versus alternatives like kommo_tasks_get or other list tools. No exclusions or alternative recommendations are mentioned.

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