Skip to main content
Glama
deriglazoff

Bitrix24 MCP Server

by deriglazoff

b24_bizproc_start

Start a Bitrix24 business process workflow on a CRM record. Supply the workflow template ID and the document identifier to trigger the process.

Instructions

Inicia un proceso de negocio (workflow) sobre un documento o registro CRM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parametersNoParámetros del proceso
document_idYesArray con 3 elementos identificando el documento: ["crm", "CCrmDocumentDeal", "DEAL_123"] para un deal con ID 123
template_idYesID de la plantilla de proceso de negocio
webhook_urlNo
personal_webhookNoЛичный webhook для записи (иначе read-only). https://<portal>/rest/<id>/<token>/.

Schema Changelog

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

  1. First observedv2.0.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says the process is started, without explaining side effects, permission requirements, whether the operation is asynchronous, or what happens to the target record. This is a meaningful gap for a mutating workflow action.

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 clear sentence with no redundant wording. It is appropriately concise and front-loaded, though it could have used the spare space to add behavioral or usage context.

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 mutating tool with no annotations, no output schema, and five parameters, this description is too minimal. It leaves out what the response will be, when to use the tool, and what side effects to expect. The schema covers parameter formats, but the overall operational context is incomplete.

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 description coverage is 80%, so the schema already documents most parameters. The tool description itself adds no parameter-level meaning, but this is acceptable because document_id and template_id are reasonably explained in the schema. The main description does not compensate for the undocumented webhook_url parameter.

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 uses a specific verb ('inicia') with a concrete resource ('proceso de negocio/workflow sobre un documento o registro CRM'). It clearly communicates the tool's core action and naturally distinguishes it from siblings such as b24_bizproc_list or b24_crm_create.

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 about when to use this tool versus alternatives. It does not mention b24_bizproc_list or any other sibling, nor does it describe prerequisites, context, or exclusions. The intended usage must be inferred solely from the tool name and generic action.

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