Skip to main content
Glama
ztemerbekov

A1 Yandex KIT MCP

Search KIT API operations

search_operations
Read-only

Search the full Yandex KIT API catalog by keyword to find any operation. Matches operation IDs, URL paths, tags, and Russian descriptions for easy discovery.

Instructions

Search the full catalog of all 160 Yandex KIT API operations by keyword. Matches operationId, URL path, tag and Russian summary/description (the API docs are in Russian, so Russian keywords like "категории" work too). Any operation found here can be executed with kit_request; use get_operation_schema to inspect its parameters and body shape first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoOptional tag filter, e.g. "Товары" or "Вебхуки" (case-insensitive substring)
limitNoMaximum number of results to return (1-50, default 10)
queryYesSearch keywords (whitespace-separated, case-insensitive; every token must match)
Behavior4/5

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

ReadOnlyHint is present, and the description adds useful behavioral context: the search covers the full catalog, matches multiple fields, and supports Russian text. It does not contradict the annotation, though it omits details about the return format or result pagination.

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 three sentences, front-loaded with the core purpose, then adds search semantics and workflow guidance. Every sentence earns its place with no redundant content.

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?

For a read-only search tool with no output schema, the description covers purpose, matching behavior, language support, and next steps. It lacks an explicit statement of the return shape, but the workflow with get_operation_schema compensates adequately.

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?

Schema coverage is 100%, so baseline is 3. The description goes beyond the schema by explaining that the query parameter matches operationId, URL path, tag, and Russian summary/description, giving semantic meaning not present in the schema's syntax-focused description.

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 the verb ('Search') and resource ('full catalog of all 160 Yandex KIT API operations'), and specifies the matching fields (operationId, URL path, tag, Russian summary/description). This distinguishes it from sibling tools like kit_request (execution) and get_operation_schema (schema inspection).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly directs the agent to use get_operation_schema for parameter inspection and kit_request for execution, providing a clear workflow. It also advises that Russian keywords are supported, helping the agent craft effective search queries.

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/ztemerbekov/a1-yandex-kit-skills'

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