Skip to main content
Glama
deriglazoff

Bitrix24 MCP Server

by deriglazoff

b24_disk_file_get

Fetch metadata and a direct download URL for a Bitrix24 file using its file ID. Works for chat attachments, but requires task membership to avoid access denied.

Instructions

Метаданные файла и DOWNLOAD_URL. Вложения чата задачи: im.dialog.messages.get → FILE_ID. ACCESS_DENIED = нет членства в задаче; инструкцию из ошибки передать оператору.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_idYesID del archivo (params.FILE_ID del mensaje de chat)
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

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden and it does disclose the key error semantics (ACCESS_DENIED = no task membership) plus an escalation instruction. However, it does not discuss optional webhook behavior, download URL properties, or whether the operation is strictly read-only; the schema hints at read-only but the description does not reinforce it.

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?

Every sentence earns its place: the first states the output, the second gives the required parameter source, and the third gives actionable error handling. It is dense, front-loaded, and free of filler.

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

Completeness4/5

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

For a simple metadata getter, the description covers the core operational need: what is returned, where the required file_id comes from, and how to handle the most likely error. Missing nuances are the optional webhook parameters and a direct pointer to b24_disk_file_content for retrieving actual file bytes, but these are secondary to the common task-chat-attachment flow.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 67%, and the description adds meaning above the schema by specifying the exact source of file_id via im.dialog.messages.get → FILE_ID. The personal_webhook is already described in the schema. The webhook_url parameter remains undocumented, but the required parameter's provenance is significantly clarified.

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 states a specific output: file metadata and DOWNLOAD_URL, which clearly distinguishes it from sibling b24_disk_file_content (file bytes) and b24_disk_file_upload. Even without repeating the 'get' verb, the resource and result are unambiguous.

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?

It gives a concrete usage context: task chat attachments, with an explicit data flow im.dialog.messages.get → FILE_ID. It also explains the ACCESS_DENIED condition and instructs forwarding the error to an operator. It does not explicitly say when not to use it or route to sibling tools, but the provided context is clear enough.

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