Skip to main content
Glama

bx24_calendar

Manage Bitrix24 calendar events, sections, resources, and meeting statuses. Check availability and adjust user settings to keep schedules coordinated.

Instructions

Bitrix24 calendar: events, sections, meeting status, resources, accessibility, settings. Methods calendar.event., calendar.section., calendar.meeting., calendar.resource., calendar.accessibility., calendar.user.settings. (REST 1.0 + 3.0). RU/EN: событие, встреча, календарь, создай событие, ближайшие, доступность / event, calendar, create event, nearest, availability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoEntity ID
toNoRange end (ISO date)
fromNoRange start (ISO date)
typeNoCalendar type: user (personal) or calendar (shared)
limitNoMax events
orderNoOrder object (e.g. { 'ID': 'DESC' })
startNoPagination offset (number of records to skip)
actionYesOperation to perform: - "event_add": Create an event (NAME, DT_FROM, DT_TO) - "event_get": Get an event by ID (with calendar context) - "event_getbyid": Get an event by ID only - "event_list": List events in a date range - "event_update": Update event fields - "event_delete": Delete an event (destructive) - "event_get_nearest": Get nearest upcoming events - "section_list": List calendar sections - "section_add": Create a section - "section_update": Update a section - "section_delete": Delete a section (destructive) - "meeting_status_get": Get meeting attendance status - "meeting_status_set": Set meeting attendance status (Y/N/Q) - "resource_list": List bookable resources - "resource_add": Create a bookable resource - "resource_update": Update a resource - "resource_delete": Delete a resource (destructive) - "resource_booking_list": List resource bookings - "accessibility_get": Get user availability for a date range - "settings_get": Get current user calendar settings - "settings_set": Set current user calendar settings
fieldsNoEvent fields: NAME, DT_FROM, DT_TO, DESCRIPTION, SECTION_ID, ATTENDEES, REMIND, COLOR
filterNoFilter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' })
selectNoArray of field names to return (projection)
statusNoMeeting status (Y/N/Q)
confirmNoSet to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled.
ownerIdNoCalendar/owner ID
daysCountNoDays ahead for get_nearest
sectionFieldsNoSection fields: NAME, COLOR, TYPE
resourceFieldsNoResource fields: NAME, CAL_TYPE

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

C2.8/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 lists method namespaces and API versions and does not mention destructive operations, permission requirements, rate limits, or side effects. The schema's delete-action descriptions cover destructiveness, but the description itself lacks this context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and starts with the domain, but the RU/EN keyword block and the method namespace list partly duplicate the already-listed functional areas. It is not bloated, but it contains some redundancy that could be tightened.

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?

For a tool with 17 parameters, 21 actions, no annotations, and no output schema, the description is only a high-level overview. It does not explain the action-driven dispatch model, which parameters apply to which actions, or how destructive actions should be confirmed. The rich action enum compensates partially, but the description alone is insufficient for reliable invocation.

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 tool description adds no parameter-level meaning beyond naming domains and the 'create event' keyword, which is already represented in the action enum. The schema itself provides adequate parameter documentation.

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 identifies Bitrix24 calendar as the resource and enumerates its functional domains: events, sections, meeting status, resources, accessibility, and settings. This distinguishes it from CRM, tasks, and other sibling tools. However, it is a broad namespace description rather than a single specific operation, so it stops short of full precision.

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 explicit guidance on when to use this tool versus alternatives, and no mention of exclusions or sibling routing. The Bitrix24 calendar label implies calendar-related use, but with 21 possible actions the description does not help an agent decide which operation or when to prefer this tool over related ones.

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