Skip to main content
Glama
Parallel-Solutions

Bitrix24 Tasks, CRM & Lists MCP Server

bitrix_update_deal

Update selected fields of a Bitrix24 CRM deal—title, comments, opportunity, or currency—by passing deal ID, field values, and confirmation to apply changes.

Instructions

Изменить ограниченный набор полей сделки (TITLE, COMMENTS, OPPORTUNITY, CURRENCY_ID). Требует confirm=true.

Input Schema

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

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/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 does mention that confirm=true is required, which is already visible in the schema. It does not explain whether unspecified fields are preserved, what permissions are needed, whether the operation is reversible, or what the response looks like. This is a significant gap for a write 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?

Two short sentences with no filler. The core action and allowed fields are front-loaded, and the mandatory confirm requirement is stated clearly. Every word earns its place.

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 description plus schema covers the essential purpose and parameters, but for a mutation tool with no annotations and no output schema it lacks usage guidance and behavioral side effects. A more complete definition would mention when to use this vs. other deal tools and what happens after the update.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 67%, so the schema already documents dealId and confirm. The description adds value by explicitly naming the acceptable fields (TITLE, COMMENTS, OPPORTUNITY, CURRENCY_ID), clarifying that the nested fields object is intentionally limited to these, which the schema alone does not convey.

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 uses a specific verb ('Изменить' - modify) with a clear resource ('сделки' - deal) and enumerates the exact fields allowed: TITLE, COMMENTS, OPPORTUNITY, CURRENCY_ID. This clearly distinguishes it from sibling deal tools like bitrix_move_deal_stage or bitrix_add_deal_comment.

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 phrase 'ограниченный набор полей' implies this tool is only for certain fields, but it does not explicitly state when to use this tool versus alternatives like bitrix_update_task, bitrix_move_deal_stage, or bitrix_create_deal. No concrete when/when-not guidance is provided.

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