Skip to main content
Glama

bx24_time

Track and manage Bitrix24 working time: open/close/pause the workday, check status, update time records, manage schedules, absence reports, and office IP ranges.

Instructions

Bitrix24 working time tracking (timeman). Methods timeman., timeman.status. (REST 1.0 + 3.0). RU/EN: учёт рабочего времени, открыть день, закрыть день, пауза, перерыв / working time, open day, close day, pause, break.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNoOrder object (e.g. { 'ID': 'DESC' })
startNoPagination offset (number of records to skip)
actionYesOperation to perform: - "status_open": Open the working day - "status_close": Close the working day (optionally with report) - "status_pause": Pause the working day - "status_get": Get current working-day status - "status_update": Update working time (TIME_START/TIME_END/DATE_START) - "time_settings": Get working time settings - "timecontrol_report_add": Submit an absence report - "timecontrol_reports_get": Get absence reports - "timecontrol_settings_get": Get time control settings - "timecontrol_settings_set": Set time control settings - "timecontrol_reports_settings_get": Get reports UI settings - "timecontrol_reports_users_get": Get department users for reports - "networkrange_get": Get office IP ranges - "networkrange_set": Set office IP ranges - "networkrange_check": Check whether an IP is in the office network - "schedule_get": Get a work schedule by ID - "record_list": List time records - "record_field_list": List time record fields - "record_field_get": Get a time record field
filterNoFilter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' })
reportNoReport text for close
selectNoArray of field names to return (projection)
userIdNoUser ID (numeric)
confirmNoSet to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled.
scheduleIdNoSchedule ID
timeFieldsNoTime fields: TIME_START, TIME_END, DATE_START
reportFieldsNoAbsence report fields: ACTIVE_FROM, ACTIVE_TO, REPORT_DATE, REASON, COMMENT
networkFieldsNoOffice network range fields: IP_RANGE, ...
settingsFieldsNoTime control settings

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.1/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 hints at mutating operations such as opening/closing/pausing the day, but it does not disclose side effects, permission requirements, destructive actions, or whether certain actions need confirmation. The confirm parameter exists in the schema but the description never explains when destructive behavior may occur.

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 compact and front-loaded with the domain and API namespace. It includes bilingual RU/EN operation hints, which adds some value for non-English queries. There is no fluff or repetition, though the RU/EN list is only partially representative of the full action set.

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?

This is a broad multi-operation tool with 19 actions spanning status, timecontrol, networkrange, schedule, and records, yet the description only surfaces the four status operations. With no output schema and no annotations, an agent gets an incomplete picture of the tool's full scope and behavioral consequences before diving into the schema.

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 schema already documents all 13 parameters, including the action enum with per-operation descriptions. The tool description adds little parameter-level meaning, which is acceptable under the baseline for full schema coverage.

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 working time tracking and the timeman API namespace, and names the core operations (open/close day, pause/break). It is clear about the domain, though it uses a noun phrase rather than a single explicit verb+resource, and it doesn't explicitly differentiate from sibling HR tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: an agent can infer this tool is for Bitrix24 working-time and timeman-related tasks. However, there is no explicit guidance on when to choose it over related sibling tools like bx24_hr or bx24_calendar, and no exclusions or alternative suggestions.

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