Skip to main content
Glama
qkiomat

bas-mcp-server

by qkiomat

create_catalog_element

Create new entries in 1C/BAS directories by specifying catalog name and field values. Add items like counterparties with attributes such as name and EDRPOU.

Instructions

Створення нового елемента у довіднику 1С/BAS

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYesОб'єкт із реквізитами нового елемента (наприклад, { Description: "ТОВ Ромашка", EDRPOU: "12345678" })
catalog_nameYesНазва довідника (наприклад, Контрагенты)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals that the tool creates a new element (a write operation) but does not describe validation, duplicate handling, authorization requirements, or what happens on success or failure. For a mutation tool with zero annotation coverage, this is a significant gap.

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 wastes no words. It is appropriately concise for a simple tool, though it could have been slightly more informative without losing conciseness. The structure is clean and direct.

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 the tool's simplicity and full schema coverage, the description plus schema is minimally viable. However, the lack of annotations and absence of an output schema leaves behavioral aspects opaque; there is no mention of return values, error conditions, or side effects. This prevents it from being 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?

The schema description coverage is 100%, with both parameters (catalog_name and fields) documented and given examples. The tool description itself adds no additional parameter semantics beyond what the schema already provides, so the 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 uses the verb 'Створення' (creation) and specifies the resource 'element in 1C/BAS directory', clearly distinguishing it from sibling tools like search_catalog/get_catalog_element (read operations) and create_document (different resource type). It is concise but misses the word 'new' in a way that could be slightly clearer, yet the intent is unmistakable.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, when to prefer create_document over this tool, or any exclusion criteria. The description simply states the action without usage context.

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/qkiomat/bas-mcp'

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