Skip to main content
Glama
theYahia

@theyahia/bitrix24-mcp

by theYahia

update_deal

Update existing Bitrix24 CRM deal fields including title, stage, amount, contacts, comments, and assigned user by specifying the deal ID and new values.

Instructions

Update an existing CRM deal fields: title, stage, amount, contacts, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNew deal title
deal_idYesDeal ID to update
commentsNoNew comments
stage_idNoNew stage ID
company_idNoNew company ID
contact_idNoNew contact ID
opportunityNoNew deal amount
assigned_by_idNoNew responsible user ID
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It simply says 'Update' without explaining whether this is a partial update (only provided fields change) or a full replace, whether unspecified fields are preserved or reset, if authorization is required, or what the response looks like. This leaves significant behavioral ambiguity for a mutating tool.

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 that gets to the point immediately. However, the trailing 'etc.' is vague and slightly weakens the specificity of the field list. It earns its place but could have been omitted or replaced with a more precise list.

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?

Given 8 parameters, no annotations, and no output schema, the description is somewhat thin. The schema covers parameter documentation, but the description does not address update semantics, which fields are cleared versus overwritten, or any side effects. It is minimally adequate for an agent to infer the core action, but gaps remain for a robust invocation decision.

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 baseline is 3. The description mentions 'title, stage, amount, contacts' which roughly maps to schema properties, but the schema already describes each parameter more precisely (e.g., 'opportunity' as 'New deal amount'). The description adds no substantive semantic meaning beyond restating or loosely paraphrasing what the schema already provides.

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 ('Update'), a clear resource ('existing CRM deal'), and enumerates key fields. The word 'existing' implicitly distinguishes it from create_deal, and the update action separates it from get_deal and list_deals. This gives an agent enough information to know exactly what the tool does.

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 description implies this is for modifying deals that already exist, but it never explicitly states when to use this tool over create_deal or get_deal, nor does it mention any prerequisites such as needing a valid deal_id. There is no exclusionary guidance or naming of sibling alternatives, so usage context is only implied, not explicit.

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

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