Skip to main content
Glama
deriglazoff

Bitrix24 MCP Server

by deriglazoff

b24_call

Execute any Bitrix24 REST API method directly. Use this when no dedicated tool is available for CRM, task, disk, or calendar operations.

Instructions

Llama CUALQUIER método REST de la API de Bitrix24. Úsalo cuando no exista un tool específico. Referencia completa: https://dev.1c-bitrix.ru/rest_help/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYesMétodo REST de Bitrix24. Ejemplos: crm.deal.list, tasks.task.add, disk.folder.getchildren, im.notify.personal.add
paramsNoParámetros del método como objeto JSON. Ejemplo: { "filter": { "STAGE_ID": "WON" }, "select": ["ID","TITLE"] }
webhook_urlNoWebhook opcional, usa el default si no se indica
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

A3.9/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 tool can call any REST method and links to external documentation; it does not mention authentication requirements, read-only default behavior, destructive side effects, or rate limits. The write/read distinction is only hinted at in the personal_webhook parameter schema, not in the description.

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 two short sentences with no filler: it states what the tool does, when to use it, and where to find full documentation. The most important information is front-loaded.

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

Completeness3/5

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

The description covers purpose, usage, and provides a reference, but with no annotations and no output schema, it omits behavioral and safety context such as write operations requiring a personal webhook and the variable nature of responses. It is sufficient for simple reads but not fully complete for a generic arbitrary-method tool.

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 100%, and parameter descriptions already include examples for method and params. The description itself adds little parameter-level meaning beyond pointing to the full REST reference, which is the expected baseline when the schema is already rich.

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 clearly states that the tool calls ANY REST method of the Bitrix24 API, using a specific verb and resource. It also positions itself as the generic fallback, which distinguishes it from the many b24_* 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 Guidelines5/5

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

It gives an explicit usage rule: 'Úsalo cuando no exista un tool específico' (use it when no specific tool exists). This is directly actionable routing guidance and clearly differentiates it from the sibling tools.

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