Skip to main content
Glama
Parallel-Solutions

Bitrix24 Tasks, CRM & Lists MCP Server

bitrix_complete_task

Complete a Bitrix24 task by providing its ID and confirm=true. This marks the task as finished in Bitrix24.

Instructions

Завершить задачу (tasks.task.complete). Требует confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYesID задачи.
confirmYesДолжно быть true для выполнения операции записи.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only restates the confirm requirement already present in the schema and does not mention side effects, irreversibility, permissions, or what happens if the task is already completed.

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 a single tight sentence with no fluff. It front-loads the core action and API method, and every word earns its place for a simple two-parameter tool.

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

Completeness3/5

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

The tool is simple and all parameters are documented, but the description lacks usage context and behavioral side effects. Since there is no output schema and no annotations, the description is minimally adequate rather than fully complete.

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 both taskId and confirm. The description's confirm=true note adds no meaning beyond the schema's 'Должно быть true для выполнения операции записи.'

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 states a specific verb and resource: 'Завершить задачу' ('Complete the task'), backed by the explicit API method 'tasks.task.complete'. This clearly distinguishes it from sibling tools like bitrix_start_task and bitrix_update_task.

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 description gives no guidance on when to use this tool versus alternatives such as start_task, update_task, or move_task_stage. The only extra instruction, 'Требует confirm=true', is a parameter requirement rather than usage context.

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