Skip to main content
Glama
theYahia

@theyahia/1c-rest-mcp

Official

get_catalogs

Fetch catalog data from 1C using OData 3.0 with support for filtering, sorting, and pagination to retrieve specific records.

Instructions

Получение данных из справочников 1С через OData 3.0. Поддерживает фильтрацию, сортировку, пагинацию.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catalog_nameYesИмя справочника (например, Catalog_Номенклатура)
filterNoOData $filter (например, Description eq 'Молоко')
selectNoOData $select (например, Ref_Key,Description)
topNoКоличество записей ($top)
skipNoПропустить записей ($skip)
orderbyNoOData $orderby (например, Description asc)
Behavior2/5

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

With no annotations, the description must carry full behavioral transparency. It mentions filtering, sorting, and pagination, but does not disclose whether the tool is read-only, has side effects, or requires special permissions. This minimal disclosure is insufficient for safe invocation.

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 extremely concise: two short sentences that immediately convey the tool's purpose and key capabilities. No wasted words, and the most important information is front-loaded.

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?

For a query tool with 6 parameters and no output schema, the description covers the core functionality but lacks details on error handling, rate limits, authentication, or the shape of returned data. It is minimally complete but has gaps.

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 coverage is 100%, so baseline is 3. The description adds context that the tool uses OData 3.0, which is relevant for formatting parameters, but does not provide additional detail beyond the schema descriptions. The value added is marginal.

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 clearly states that the tool retrieves data from 1C catalogs using OData 3.0, and lists supported operations (filtering, sorting, pagination). This distinguishes it from sibling tools like get_documents or get_report, which target different data types.

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 for catalog data retrieval but does not explicitly state when to use or avoid this tool, nor does it mention alternatives. The context from sibling names provides some inference, but no clear guidance is given.

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/1c-rest-mcp'

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