Skip to main content
Glama

bx24_crm_currency

Create, read, update, and delete Bitrix24 CRM currencies. Set base currency and manage localizations to control currency display and formatting.

Instructions

Bitrix24 CRM currencies (валюты): CRUD, base currency, localizations. Methods crm.currency., crm.currency.base., crm.currency.localizations.* (REST 1.0 + 3.0). RU/EN: валюта, курс, базовая валюта, локализация / currency, base currency, localization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoCRM currency ID (e.g. RUB, USD)
orderNoOrder object (e.g. { 'ID': 'DESC' })
startNoPagination offset (number of records to skip)
actionYesOperation to perform: - "add": Create a currency - "get": Get a currency by code - "list": List currencies - "update": Update currency fields - "delete": Delete a currency (destructive) - "fields": Describe currency fields - "base_get": Get the base currency - "base_set": Set the base currency - "localizations_get": Get currency localizations - "localizations_set": Set currency localizations - "localizations_delete": Delete currency localizations (destructive) - "localizations_fields": Describe localization fields
fieldsNoCurrency fields: CURRENCY (code, e.g. RUB), AMOUNT, AMOUNT_CNT, DECIMALS, DEC_POINT, THOUSANDS_SEP, LANG, FORMAT_STRING, FULL_NAME.
filterNoFilter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' })
selectNoArray of field names to return (projection)
confirmNoSet to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled.
localizationFieldsNoLocalization fields: FULL_NAME, DEC_POINT, THOUSANDS_SEP, FORMAT_STRING, ...

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

C2.9/5.0
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 behavioral disclosure burden. It only says 'CRUD, base currency, localizations' and lists REST method groups, but does not disclose consequences of destructive operations, permission requirements, side effects of setting the base currency, or typical response behavior. The confirm parameter and destructive hints live only in the schema, not in the tool description.

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 compact, front-loaded with the resource and capability set, and avoids excessive detail. The RU/EN translation line adds mild redundancy but does not seriously bloat the text. It earns high marks for being brief and scannable.

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?

For a tool with 9 parameters, no output schema, no annotations, and multiple operation families, the description is too sparse to be fully actionable. It does not explain how actions relate to each other, what the base currency/localization operations return, or how pagination and confirm work. The schema covers parameter semantics, but the higher-level workflow context is missing.

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 input schema already documents all parameters, including a detailed action enum. The description adds no param-level meaning beyond naming the method groups, which is acceptable given the schema's completeness. A baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the resource (Bitrix24 CRM currencies) and the main capabilities: CRUD, base currency, and localizations. It also references the corresponding REST method groups, which distinguishes it from sibling tools focused on other CRM entities. However, it doesn't provide a crisp single-verb statement of what the tool does or how these operations behave.

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 implies the tool is for currency management but gives no explicit guidance about when to use it versus other tools, nor when to choose specific actions like get versus list or localizations versus base currency. It lacks any context about prerequisites or scenarios where an alternative approach would be preferable.

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