Skip to main content
Glama
paskal

bitrix24-mcp-server

by paskal

bitrix24_im_chat_list

List your Bitrix24 IM chats sorted by last activity. Filter by type (group, open, or 1-on-1) to obtain chat IDs for reading messages.

Instructions

List IM chats the current user participates in. Returns recent conversations sorted by last activity. Use to discover chat IDs for reading messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by type: 'chat' for group chats, 'open' for open channels, 'user' for 1-on-1 (default: all)
limitNoMax chats to return (default: 50)
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It reveals that results are sorted by last activity and limited to the current user's chats. However, it does not mention side effects (none expected), authentication requirements, or limitations like pagination or whether archived chats are included. This leaves moderate gaps for a safe read operation.

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 extremely concise, consisting of two short sentences that front-load the action and purpose. Every word contributes to understanding, with no unnecessary fluff or repetition. This is an excellent example of efficient documentation.

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?

Given the tool's low complexity (2 optional parameters, no output schema), the description covers the core functionality well. It explains what the tool does, how the results are sorted, and the intended use case. However, it omits the default value for the limit parameter (50) and does not mention pagination behavior, which would be helpful for agents consuming large datasets.

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?

The input schema already provides full descriptions for both parameters (type and limit), with 100% coverage. The tool description does not add any additional meaning or context about these parameters beyond what is in the schema, resulting in no extra value. Baseline score of 3 is appropriate.

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 clearly states the tool lists IM chats the current user participates in, with a specific verb ('List') and resource ('IM chats'). It also indicates the output is sorted by last activity and provides a concrete purpose (discover chat IDs for reading messages), distinguishing it from sibling tools like bitrix24_im_chat_search and bitrix24_im_chat_messages.

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 gives explicit usage context ('discover chat IDs for reading messages'), which implies when to use this tool. However, it does not explicitly mention when not to use it or name alternatives like bitrix24_im_chat_search for searching. The context is clear but lacks exclusions.

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

Install Server

Other Tools

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/paskal/bitrix24-mcp-server'

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