Skip to main content
Glama

bx24_crm_products

Manage Bitrix24 trade catalog entities: products, sections, prices, stores, inventory documents, offers, and services via CRUD operations.

Instructions

Bitrix24 trade catalog: products, sections, prices, stores, product rows, price types, measures, VAT, ratios, rounding rules, extra charges, inventory documents, product properties, variations (offers), SKU heads, services. Methods catalog.* (REST 1.0 + 3.0). RU/EN: каталог, товар, раздел, цена, склад, товарная позиция, вариация, услуга, тип цены, единица измерения, НДС, коэффициент, документ склада, свойство товара / catalog, product, section, price, store, variation, offer, sku, service, price type, measure, VAT, ratio, inventory document, product property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoEntity ID
orderNoOrder object (e.g. { 'ID': 'DESC' })
startNoPagination offset (number of records to skip)
vatIdNoCatalog VAT rate ID
actionYesOperation to perform: - "product_add": Create a product (NAME required) - "product_get": Get a product by ID - "product_list": List products - "product_update": Update product fields - "product_delete": Delete a product (destructive) - "product_fields": Describe product fields - "section_add": Create a section - "section_get": Get a section - "section_list": List catalog sections - "section_update": Update a section - "section_delete": Delete a section (destructive) - "section_fields": Describe section fields - "price_add": Add a price - "price_get": Get a price - "price_list": List prices - "price_update": Update a price - "price_delete": Delete a price (destructive) - "price_fields": Describe price fields - "store_add": Add a warehouse - "store_get": Get a warehouse - "store_list": List warehouses - "store_update": Update a warehouse - "store_delete": Delete a warehouse (destructive) - "store_fields": Describe warehouse fields - "productrow_add": Add a product row to an entity - "productrow_get": Get a product row by ID - "productrow_list": List product rows - "catalog_list": List trade catalogs - "catalog_get": Get a trade catalog - "catalog_isOffers": Check if a catalog holds variations (offers) - "catalog_fields": Describe trade catalog fields - "priceType_add": Add a price type - "priceType_get": Get a price type - "priceType_list": List price types - "priceType_update": Update a price type - "priceType_delete": Delete a price type (destructive) - "priceType_fields": Describe price type fields - "measure_add": Add a measurement unit - "measure_get": Get a measurement unit - "measure_list": List measurement units - "measure_update": Update a measurement unit - "measure_delete": Delete a measurement unit (destructive) - "measure_fields": Describe measure fields - "vat_add": Add a VAT rate - "vat_get": Get a VAT rate - "vat_list": List VAT rates - "vat_update": Update a VAT rate - "vat_delete": Delete a VAT rate (destructive) - "vat_fields": Describe VAT fields - "ratio_list": List measurement ratios - "ratio_fields": Describe ratio fields - "roundingRule_add": Add a rounding rule - "roundingRule_get": Get a rounding rule - "roundingRule_list": List rounding rules - "roundingRule_update": Update a rounding rule - "roundingRule_delete": Delete a rounding rule (destructive) - "roundingRule_fields": Describe rounding rule fields - "extra_get": Get an extra charge - "extra_list": List extra charges - "extra_fields": Describe extra charge fields - "storeProduct_get": Get a stock record - "storeProduct_list": List stock records - "storeProduct_fields": Describe stock fields - "document_add": Add an inventory document - "document_list": List inventory documents - "document_update": Update an inventory document - "document_delete": Delete an inventory document (destructive) - "document_conduct": Conduct (post) an inventory document - "document_cancel": Cancel conducting a document (destructive) - "document_modeStatus": Check warehouse inventory mode - "document_fields": Describe inventory document fields - "document_element_add": Add an item to an inventory document - "document_element_list": List document items - "document_element_update": Update a document item - "document_element_delete": Delete a document item (destructive) - "document_element_fields": Describe document item fields - "documentcontractor_add": Add a contractor link - "documentcontractor_list": List contractor links - "documentcontractor_delete": Delete a contractor link (destructive) - "documentcontractor_fields": Describe contractor fields - "property_add": Add a product property - "property_get": Get a product property - "property_list": List product properties - "property_update": Update a product property - "property_delete": Delete a product property (destructive) - "property_fields": Describe property fields - "propertyEnum_add": Add a property enum value - "propertyEnum_get": Get a property enum value - "propertyEnum_list": List property enum values - "propertyEnum_update": Update a property enum value - "propertyEnum_delete": Delete a property enum value (destructive) - "propertyEnum_fields": Describe enum fields - "propertyFeature_add": Add a property feature - "propertyFeature_get": Get a property feature - "propertyFeature_list": List property features - "propertyFeature_update": Update a property feature - "propertyFeature_availableFeatures": List available features for a property - "propertyFeature_fields": Describe property feature fields - "propertySection_set": Set property-section bindings - "propertySection_get": Get a property-section binding - "propertySection_list": List property-section bindings - "offer_add": Add a product variation (offer) - "offer_get": Get a variation - "offer_list": List variations - "offer_update": Update a variation - "offer_delete": Delete a variation (destructive) - "offer_fields": Describe variation fields - "sku_add": Add a SKU head (parent product) - "sku_get": Get a SKU head - "sku_list": List SKU heads - "sku_update": Update a SKU head - "sku_delete": Delete a SKU head (destructive) - "sku_fields": Describe SKU head fields - "service_add": Add a service - "service_get": Get a service - "service_list": List services - "service_update": Update a service - "service_delete": Delete a service (destructive) - "service_fields": Describe service fields - "enum_getRoundTypes": List price rounding types - "enum_getStoreDocumentTypes": List inventory document types
fieldsNoProduct/section/price/etc. fields (per Bitrix24 docs for the method)
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.
extraIdNoCatalog extra charge ID
ratioIdNoCatalog measurement ratio ID
catalogIdNoTrade catalog ID
featureIdNoProperty feature ID
measureIdNoCatalog measure (unit) ID
rowFieldsNoProduct row: {PRODUCT_ID, PRICE, QUANTITY, OWNER_TYPE, OWNER_ID}
propertyIdNoCatalog product property ID
priceFieldsNoPrice: {PRODUCT_ID, PRICE, CURRENCY, PRICE_TYPE_ID}
priceTypeIdNoCatalog price type ID
contractorIdNoCatalog contractor ID
sectionFieldsNoSection fields: NAME, IBLOCK_ID
propertyEnumIdNoCatalog property enum value ID
roundingRuleIdNoCatalog rounding rule ID
storeProductIdNoCatalog stock record ID
inventoryDocumentIdNoCatalog inventory document ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3/5.0
Behavior2/5

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

No annotations are provided, so the description itself carries the behavioral disclosure burden. The top-level description only lists entity domains and REST versions; it does not state that operations range from reads to destructive deletes, that document conduct/cancel changes inventory state, or that confirmations may be required. Some destructive cues exist inside the action enum descriptions in the schema, but the tool description itself does not provide this transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a fairly dense list of trade-catalog entities and RU/EN keyword synonyms, followed by the method-family note. It front-loads the domain but reads more like a tag cloud than a concise behavioral summary; the keyword block, while useful for search, adds length without operational guidance.

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?

This is a high-complexity, multi-action tool with 24 parameters, over 100 possible actions, nested objects, and no output schema or annotations. The description identifies what domain it covers but does not explain the action-selection pattern, shared parameter behavior, return shapes, error conditions, or side-effect semantics. The schema helps, but the tool-level description is not complete enough for an agent to invoke it confidently across its many actions.

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 every parameter has some documentation, and the `action` enum includes unusually detailed per-operation descriptions, including destructive flags and required fields like 'NAME required' for product_add. The main description adds no extra parameter-level meaning beyond naming the domain, so the baseline score 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 clearly identifies the resource domain: 'Bitrix24 trade catalog' and enumerates the managed entity types (products, sections, prices, stores, offers, SKUs, etc.). It also names the API family, 'Methods catalog.*', which distinguishes it from CRM modules like leads, deals, and contacts, though it does not explicitly name a sibling alternative.

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 when to use the tool: any trade-catalog operation involving the listed entities and catalog.* REST methods. However, it does not explicitly state when not to use it, how it relates to siblings, or prerequisites such as catalog setup or permissions.

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