Skip to main content
Glama
Parallel-Solutions

Bitrix24 Tasks, CRM & Lists MCP Server

bitrix_schedule_meeting

Schedule a Bitrix24 calendar meeting with invited participants, notifying them and blocking their availability. Pass participant IDs, title, start/end times, and confirm=true to create it.

Instructions

Создать полноценную встречу в календаре Bitrix24 с приглашением участников (они получат уведомление, и встреча покажется как занятость в их календаре). from/to — в формате "DD.MM.YYYY HH:MM:SS", как в ответе bitrix_find_free_slot. Организатором становится владелец вебхука. Требует confirm=true и область доступа "calendar" у вебхука.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesОкончание встречи, формат "DD.MM.YYYY HH:MM:SS".
fromYesНачало встречи, формат "DD.MM.YYYY HH:MM:SS".
titleYesНазвание встречи.
confirmYesДолжно быть true для выполнения операции записи.
descriptionNoОписание встречи.
participantIdsYesID приглашаемых участников (без организатора — добавляется автоматически).

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains important side effects: participants receive notifications and the meeting appears as busy time in their calendars. It also discloses that the webhook owner becomes the organizer and that confirm=true plus the 'calendar' scope are required.

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 three compact sentences with no filler. It front-loads the primary purpose, then adds format, organizer identity, and requirements, each earning its place.

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 create-operation tool with no output schema, the description covers the core purpose, participant effects, organizer attribution, required confirmation flag, and access scope. It could mention what the tool returns (e.g., meeting ID), but the essential invocation context is sufficiently complete.

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 even though the description adds little parameter-specific information. The description usefully reinforces the from/to format and references bitrix_find_free_slot, but most parameter meaning is already fully documented in the input schema.

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 opens with a specific verb and resource: "Создать полноценную встречу в календаре Bitrix24 с приглашением участников". It clearly distinguishes itself from sibling tools by focusing on calendar meeting creation with participant invitations, unlike task, deal, contact, and free-slot tools.

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?

The description provides clear context for when this tool is appropriate: creating a full calendar meeting with invited participants. It also implicitly links to bitrix_find_free_slot by referencing its date format, which helps the agent understand the intended workflow. However, it does not explicitly state when not to use it or name an alternative for similar operations.

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/Parallel-Solutions/bitrix_mcp_free'

If you have feedback or need assistance with the MCP directory API, please join our Discord server