Skip to main content
Glama

b24_crm_status_list

Read-onlyIdempotent

Retrieve CRM status dictionary entries such as stages, sources, and types. Map stage codes like 'C7:NEW' to human-readable names using paginated results.

Instructions

List CRM status dictionary entries — stages, sources, types (crm.status.list).

Returns a pagination envelope of status entries (STATUS_ID, NAME, ENTITY_ID, SORT). This is how you resolve a stage code like 'C7:NEW' to a human name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idNoDictionary to fetch, e.g. 'DEAL_STAGE', 'DEAL_STAGE_7' (pipeline 7), 'STATUS' (lead statuses), 'SOURCE', 'CONTACT_TYPE'. Omit for all dictionaries.
webhook_urlNoOverride the default incoming webhook for this call (https://<portal>/rest/<user_id>/<token>/). If omitted, uses personal_webhook, then the X-B24-Webhook HTTP header, then the BITRIX_WEBHOOK_URL env default.
personal_webhookNoAct as a specific user (their personal incoming webhook). Takes precedence over webhook_url. Required to write to the portal under that user's permissions.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds value beyond annotations by specifying the return structure (pagination envelope with STATUS_ID, NAME, ENTITY_ID, SORT). No contradictions with annotations.

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?

Two sentences, front-loaded with the action and resource. Every sentence adds value with no filler. The description is efficient and easy to parse.

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

Completeness5/5

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

Given the tool's simplicity, the description covers its purpose, return format, and use case. The output schema exists, so the mention of returned fields is sufficient. No obvious gaps.

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 has 100% description coverage for all three parameters (entity_id, webhook_url, personal_webhook). The tool description does not add extra parameter details beyond the schema, but the schema itself is detailed. Baseline 3 is appropriate as the description does not need to compensate.

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?

Description clearly states the tool lists CRM status dictionary entries (stages, sources, types) and specifies the API method crm.status.list. It also explains the purpose with a concrete example: resolving a stage code like 'C7:NEW' to a human name. This distinguishes it from sibling tools like b24_crm_fields or b24_crm_list.

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

Usage Guidelines4/5

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

The description provides clear context on when to use this tool: to resolve stage codes to human names. It does not explicitly state when not to use or provide alternatives, but the example gives a strong usage hint. Missing explicit exclusions or comparisons with siblings.

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/john7ross/BitrixMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server