Skip to main content
Glama
deriglazoff

Bitrix24 MCP Server

by deriglazoff

b24_feed_post

Publish a message to Bitrix24's activity feed using BB-code, with optional title, attachments, importance flag, and targeted recipients.

Instructions

Publica un mensaje en el feed de actividad (Live Feed) de Bitrix24, con soporte BB-code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNoAdjuntos en formato Base64
titleNoTítulo del post (opcional)
messageYesTexto del mensaje. Soporta BB-code: [B]negrita[/B], [I]italica[/I], [URL=http://...]texto[/URL]
importantNoSi true, marca el post como importante
destinationNoIDs de usuarios o grupos destino. Si está vacío, se publica para todos. Formato: ["U5", "U10"] para usuarios, ["SG12"] para grupos
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

C2.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 states that the tool publishes a message with BB-code support, but does not disclose side effects, visibility rules, authentication requirements, or whether the post is editable/deletable. The schema's mention of read-only webhooks hints at auth, but the description does not.

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 concise sentence that front-loads the core action and resource. Every word contributes; there is no redundant or filler content.

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?

Given no annotations, no output schema, and a mutating tool, the description is too thin. It omits what happens after the post is published, whether a webhook is required for writes, and the fact that an empty destination publishes to everyone. An agent can infer some of this from the schema but the description does not provide the needed context.

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 86%, so most parameters already carry explanatory text. The description adds almost nothing beyond the schema: BB-code support is also mentioned in the message parameter's schema description. Baseline 3 is appropriate since the schema does the heavy lifting.

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 states a specific verb ('Publica') and a specific resource ('feed de actividad (Live Feed) de Bitrix24'), and adds BB-code support as a distinctive capability. It does not explicitly differentiate from sibling tools like b24_chat_send or b24_notify_send, but the resource is concrete enough to be unambiguous.

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?

No guidance is given on when to use this tool versus alternatives. With siblings like b24_chat_send, b24_notify_send, and b24_crm_timeline_add, an agent gets no help choosing the correct feed-related tool.

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