Skip to main content
Glama
a-shipilo

bitrix24-mcp-server

by a-shipilo

users_search

Read-only

Find active Bitrix24 employees by name, position, or department to retrieve their user ID for responsible-person assignments.

Instructions

Найти активных сотрудников портала (например, чтобы узнать ID ответственного).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesИмя, фамилия, должность или отдел

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the read-only nature is covered. The description adds the behavioral nuance that only active employees are returned, which is useful beyond the annotations. No contradictions found.

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?

A single, well-front-loaded sentence that states the action, scope, and an example purpose. No filler or redundant content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter search tool with a read-only annotation and an output schema present, the description is complete. It tells the agent what to search, who is returned, and why you would use it.

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% and the single 'query' parameter is already described as 'Имя, фамилия, должность или отдел'. The description adds a use-case example but no additional parameter semantics, so baseline 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?

Description states a specific verb and resource: 'Найти активных сотрудников портала' (find active portal employees), with a concrete use case of retrieving a responsible person's ID. This clearly differentiates it from sibling tools like user_current and crm 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 gives a clear context ('active employees') and a concrete example ('to find out the ID of the responsible person'), which implies when to use it. It does not explicitly name alternatives or exclusions, but the purpose is specific enough for basic routing.

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