Skip to main content
Glama
steamn
by steamn

iiko: произвольный запрос

iiko_request

Call any iiko API endpoint with automatic v2 authorization and inspect HTTP status, correlationId, and response body.

Instructions

Универсальный отладочный вызов iiko API: любой метод и путь с автоматической v2-авторизацией. Возвращает HTTP-статус, correlationId и тело ответа. Пример: method=POST, path=/api/1/organizations, body={}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON-тело запроса (для POST/PUT)
pathYesПуть эндпоинта, например /api/1/nomenclature
methodNoHTTP-методPOST
apiLoginNoapiLogin (apiKey) конкретной точки. Пусто — берётся IIKO_API_LOGIN.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that it returns HTTP status, correlationId, and response body, and mentions automatic v2 authorization. This provides key behavioral context beyond the schema, though it does not cover error handling or 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.

Conciseness5/5

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

The description is extremely concise, with two sentences plus an example. It is front-loaded with the core purpose and includes all essential information without fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is a generic HTTP caller with four parameters and no output schema. The description explains return values and auth, and provides an example. It is mostly complete, though it does not elaborate on error handling or how auth credentials are resolved for apiLogin.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes all four parameters (100% coverage), so baseline is 3. The description adds value with an example (method=POST, path=/api/1/organizations, body={}) and the statement 'any method and path', which clarifies usage beyond the schema's individual descriptions.

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 this is a universal debug call to the iiko API with any method and path, which distinguishes it from the specific sibling tools. The verb 'вызов' (call) and resource 'iiko API' make the purpose explicit.

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 debugging or arbitrary requests via 'универсальный отладочный вызов', but it does not explicitly mention when to use this instead of the specific sibling tools, nor does it provide exclusions or alternatives.

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/steamn/iiko-mcp'

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