Skip to main content
Glama
Parallel-Solutions

Bitrix24 Tasks, CRM & Lists MCP Server

bitrix_remove_project_members

Remove selected Bitrix24 users from a project workgroup. Pass user IDs and set confirm=true to finalize the removal.

Instructions

Удалить участников из проекта (воркгруппы) Bitrix24. Требует confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesДолжно быть true для выполнения операции записи.
groupIdNoID проекта (см. bitrix_list_projects).
projectNoНазвание проекта.
userIdsYesID пользователей Bitrix24, которых удалить из участников.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses that confirm=true is required, but does not mention that removal is destructive/irreversible, what confirmation gate behavior occurs when confirm=false, or whether groupId or project must be supplied to identify the target project.

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 a single front-loaded sentence with no filler or redundant content. However, its brevity comes at the cost of important usage context, so it is concise but slightly under-specified.

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?

Given the absence of annotations, no output schema, and the semantic ambiguity around groupId/project selection, the description is incomplete. It does not explain how to identify the project, what happens if neither groupId nor project is provided, or what side effects occur on member removal.

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 confirm, groupId, project, and userIds. The description adds only the confirm=true requirement, which is also partially in the schema, so it provides minimal additional semantic value beyond the high-coverage baseline.

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 action ('удалить участников') and the resource ('из проекта (воркгруппы)'). It also names Bitrix24, and the verb distinguishes it from sibling tools like add, update, and list project members.

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?

The only usage guidance is 'Требует confirm=true', which is an operational requirement, not a when-to-use instruction. The description does not explain when to choose this tool over alternatives like bitrix_update_project_member_role or bitrix_add_project_members, nor does it mention the need to specify groupId or project.

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

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/Parallel-Solutions/bitrix_mcp_free'

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