Skip to main content
Glama
apo100l

Kontur.Elba MCP

by apo100l

Описание операции Эльбы

elba_describe_operation

Retrieve an API operation's parameters, request body, and responses from the OpenAPI schema by specifying its HTTP method and path.

Instructions

Возвращает параметры, тело запроса и ответы конкретной операции из OpenAPI-схемы.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesФактический путь или шаблон, например /v1/organizations
methodYes
Install Server

TDQS

B3.4/5.0
Behavior3/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. It discloses the core behavior — returning parameters, request body, and responses from the OpenAPI schema — which makes the read-only introspection nature evident. However, it does not cover error behavior (e.g., unknown path/method combination) or explicitly confirm the absence of side effects.

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?

A single front-loaded sentence that states the verb and the returned content with zero filler. It is efficiently structured, though it leaves room for a usage hint without becoming verbose.

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 low-complexity tool (two required scalar parameters, one enum, no output schema), the description plus schema cover the essentials for calling it correctly. The main gaps are error behavior and routing guidance among siblings; without annotations, slightly more disclosure would make it 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?

Schema description coverage is 50%: path has a description and example, while method has only an enum with no description. The description adds only the framing that both parameters together identify 'конкретную операцию' (a specific operation), which largely restates what the schema already implies. It does not meaningfully compensate for the undocumented method parameter.

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 a specific verb ('Возвращает' — returns) and a specific resource (parameters, request body, and responses of a specific operation from the OpenAPI schema). The word 'конкретной' (specific) signals a single-operation lookup, which implicitly separates it from the listing sibling elba_list_operations and the execution sibling elba_request, though no sibling is named explicitly.

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?

No explicit when-to-use or when-not-to-use guidance is given. The intended workflow — describing a specific operation discovered via elba_list_operations and before calling elba_request — is only implied by the tool name and sibling set, not stated in the description.

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

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/apo100l/elba-kontur-mcp'

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