Skip to main content
Glama
qkiomat

bas-mcp-server

by qkiomat

get_catalog_element

Fetches full record information for a catalog element by GUID (Ref_Key) from 1C:Enterprise and BAS ERP systems.

Instructions

Отримання повних реквізитів елемента довідника за його Ref_Key (GUID)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesGUID елемента (Ref_Key)
catalog_nameYesНазва довідника (наприклад, Контрагенты)
Behavior2/5

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

No annotations are provided, and the description only states the action without disclosing behavior such as read-only status, error handling, permissions, or return format. It implies a read operation but does not explicitly confirm safety or edge cases.

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?

The description is a single clear sentence, front-loaded with the action and resource, with no redundant words.

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 tool is simple with two well-described parameters, but the description lacks explicit guidance on return shape or error behavior; however, for a read operation the core purpose is conveyed sufficiently.

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?

Both parameters are already fully described in the schema (id as GUID Ref_Key, catalog_name as the catalog name). The description adds no additional parameter semantics beyond restating 'Ref_Key' for id.

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 states 'Отримання повних реквізитів елемента довідника' (obtaining full details of a catalog element) and specifies the identifier format 'Ref_Key (GUID)'. This clearly distinguishes from siblings like search_catalog and create_catalog_element.

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 usage when you have a Ref_Key and need full element details, but it does not explicitly state when to prefer this over search_catalog or mention exclusions.

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