Skip to main content
Glama
deriglazoff

Bitrix24 MCP Server

by deriglazoff

b24_bizproc_list

List active business process instances filtered by CRM entity or record ID to monitor ongoing workflows in Bitrix24.

Instructions

Lista instancias de procesos de negocio activas, filtradas por entidad o registro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityNoEntidad CRM: CRM_DEAL, CRM_CONTACT, CRM_COMPANY, CRM_LEAD
entity_idNoID del registro CRM
webhook_urlNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral disclosure burden. It usefully discloses that only active instances are returned and the verb 'Lista' implies a read operation, but it omits any statement about read-only guarantees, pagination, error behavior, authentication, or output shape.

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 front-loaded sentence with no filler. It states the action, the resource, and the filtering dimensions efficiently.

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?

The tool has no output schema and no annotations, so the description should compensate by explaining return values and operational context. It leaves webhook_url unexplained and does not describe the structure of the returned instances, pagination, or any call prerequisites.

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 coverage is 67%: entity and entity_id have descriptions, while webhook_url does not. The description reinforces that entity and entity_id act as filters, but it does not clarify webhook_url's role or the optionality/combination rules for the parameters.

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 uses a specific verb ('Lista') and resource ('instancias de procesos de negocio activas'), and it states the filtering dimensions. It is clear enough to distinguish from b24_bizproc_start, though it does not explicitly differentiate itself from sibling tools.

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 when to use the tool: to list active business process instances, optionally filtered by entity or record. However, it provides no explicit guidance on when not to use it or what alternatives exist, such as b24_bizproc_start for starting processes.

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

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/deriglazoff/bitrix24-mcp-ci-setup'

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