Skip to main content
Glama

bx24_conf

Manage Bitrix24 video conferences: create, retrieve, list, delete, join, or leave meetings. Schedule calls with users and share links or passwords.

Instructions

Bitrix24 video conferences (Zoom-аналог). Methods im.conference.* (REST 1.0 + 3.0). RU/EN: конференция, видеовстреча, собери созвон / conference, video call, schedule call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoEntity ID
orderNoOrder object (e.g. { 'ID': 'DESC' })
startNoPagination offset (number of records to skip)
actionYesOperation to perform: - "create": Create a video conference (TITLE, USERS) - "get": Get a conference by ID - "list": List conferences - "delete": Delete a conference (destructive) - "join": Join a conference - "leave": Leave a conference
fieldsNoConference fields: TITLE, USERS, CONFERENCE_LINK, PASSWORD
filterNoFilter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' })
selectNoArray of field names to return (projection)
userIdNoUser ID (numeric)
confirmNoSet to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

C2.4/5.0
Behavior1/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 mentions the domain and API version; it does not disclose that actions create, delete, join, or leave conferences, does not mention destructive side effects, permissions, or return behavior. This is a significant transparency gap.

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 short and front-loaded with the domain. The RU/EN synonym list adds useful multilingual matching context without bloat, and the method family reference is compact. It is concise, though at the cost of omitting behavioral detail.

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 9 parameters, six distinct actions, nested objects, and no output schema, the description is far too sparse. It does not cover what the tool actually does per action, what responses look like, when confirm is needed, or how this relates to other Bitrix24 communication tools. The schema fills some gaps, but the description leaves critical context unresolved.

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%, so the baseline is 3. The description itself adds no parameter-level meaning beyond the schema, but the schema already thoroughly documents each parameter, including the action enum descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource as 'Bitrix24 video conferences' and references the im.conference.* method family, but it never states a concrete verb like 'manage' or 'schedule'. The action enum in the schema provides the actual operations, so the description alone is only a vague domain label rather than a clear statement of what the tool does.

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 on when to use this tool versus sibling tools such as bx24_call, bx24_im, bx24_im_chat, or bx24_calendar. The description implies 'conference' usage through synonyms, but it does not state exclusions, prerequisites, or alternatives, leaving selection to inference.

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