Skip to main content
Glama

bx24_im

Manage Bitrix24 messenger: send messages and notifications, search chats and users, and view counters and recent dialogs.

Instructions

Bitrix24 messenger: messages, notifications, user info, search, counters, recent. Methods im.message., im.notify., im.user., im.search., im.counters., im.recent. (REST 1.0 + 3.0). RU/EN: сообщение, написать, уведомление, поиск сообщений, счётчики, недавние / message, notify, search messages, counters, recent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
IDNoEntity ID (notify/message/department)
TONoRecipient user ID (notify)
IDSNoArray of IDs
fileNoFile to upload: NAME, CONTENT base64, CHAT_ID/DIALOG_ID
LIMITNoPage size
orderNoOrder object (e.g. { 'ID': 'DESC' })
startNoPagination offset (number of records to skip)
SEARCHNoSearch string
STATUSNoUser status (online/away/dnd)
SYSTEMNoSend as system message
actionYesOperation to perform: - "message_add": Send a message (DIALOG_ID, MESSAGE) - "message_update": Update a message (MESSAGE_ID, MESSAGE) - "message_delete": Delete a message (destructive) - "message_get": Get a message by ID - "message_like": Toggle 'Like' on a message - "message_share": Create a chat/task/post from a message - "message_command": Execute a chat-bot command on a message - "dialog_get": Get dialog info - "dialog_messages_list": List dialog message history - "dialog_messages_search": Search messages in a dialog - "dialog_read": Mark dialog read - "dialog_unread": Mark dialog unread - "dialog_read_all": Mark all user dialogs read - "dialog_typing": Send typing status - "dialog_mark": Mark a message for attention - "dialog_users": List dialog users - "notify_personal_add": Send a personal notification (TO, MESSAGE) - "notify_system_add": Send a system notification - "notify_delete": Delete a notification (destructive) - "notify_get": Get user notifications - "notify_read": Mark a notification read/unread - "notify_read_list": Mark notifications read by IDs - "notify_read_all": Mark all notifications read - "notify_answer": Reply to a notification with a quick answer - "notify_confirm": Interact with notification buttons - "notify_history_search": Search notification history - "user_get": Get IM user info - "user_list": List IM users by IDs - "user_status_set": Set user status (online/away/dnd) - "user_status_get": Get user status - "search_message": Search messages - "search_user": Search users in IM - "search_chat_list": Search chats by name - "search_department_list": Search departments - "search_last_add": Add a search history entry - "search_last_get": Get search history - "search_last_delete": Delete a search history entry (destructive) - "counters_get": Get chat/message counters - "recent_list": List recent dialogs - "recent_pinned": Pin a recent dialog - "recent_unpin": Unpin a recent dialog - "recent_hide": Hide a recent dialog - "department_get": Get department info (IM) - "department_managers_get": Get department managers - "department_employees_get": Get department employees - "department_colleagues_list": List user colleagues - "v2_file_upload": Upload a file to a chat (v2 API) - "v2_file_download": Get a file download URL (v2 API) - "v2_event_subscribe": Subscribe user to messenger events (v2 API) - "v2_event_get": Get accumulated messenger events (v2 API) - "v2_event_unsubscribe": Stop recording messenger events (v2 API) - "bot_list": List available bots
filterNoFilter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' })
selectNoArray of field names to return (projection)
LAST_IDNoLast message ID for pagination
MESSAGENoMessage text
USER_IDNoUser ID
confirmNoSet to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled.
DIALOG_IDNoDialog ID: chatNNN or numeric user ID
MESSAGE_IDNoMessage ID

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 disclosing side effects, authentication needs, and destructive behavior. The tool description only lists categories and method groups; it never mentions that some actions are destructive, that confirmation may be required, or what side effects occur. The schema's action enum contains some 'destructive' labels, but the description itself provides no behavioral transparency.

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, front-loads the core domain ('Bitrix24 messenger'), and then lists the method groups and multilingual keywords. It avoids excessive prose. The RU/EN translation block is somewhat redundant but does not significantly harm conciseness.

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 high-complexity tool with 19 parameters, 50+ action enum values, nested objects, and no output schema, but the description provides only a broad category list and method group names. It lacks return-value expectations, usage context, destructive-action warnings, authentication notes, or any guidance that would help an agent safely invoke the right action.

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 parameters are already documented in the input schema. The tool description adds no per-parameter meaning beyond the schema, but because the schema is thorough, the baseline score of 3 is appropriate.

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 clearly identifies the resource as the Bitrix24 messenger and enumerates its domains: messages, notifications, user info, search, counters, recent. It is specific enough to separate this tool from CRM, tasks, and disk siblings, though it does not explicitly differentiate from the closely related bx24_im_chat sibling.

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?

The description implies use for Bitrix24 IM operations by naming message, notify, user, search, counters, and recent methods, but it gives no explicit guidance about when to prefer this tool over bx24_im_chat, bx24_bots, bx24_users, or bx24_departments. There are no exclusions or alternative-routing hints.

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