Skip to main content
Glama

Поиск по приложению

search_app
Read-onlyIdempotent

Search the app for movies, events, concerts, theater, exhibitions, and services. Use a screen filter to get relevant item IDs for schedules, tickets, and purchases.

Instructions

Полнотекстовый поиск по разделу приложения.

screen — СТРОГИЙ enum, угадывать бесполезно (всё остальное → 400): afisha — кино, концерты, театр, выставки, спектакли (по умолчанию); отдаёт eventId, готовый для cinema_schedule/concert_schedule movie_main — только фильмы services — самый широкий: та же афиша плюс контакты из телефонной книги и сервисные блоки; id приходится доставать из диплинка concerts_main — только концерты (уже сузка внутри afisha) spectacle_main — только театр exhibition_main — только выставки grocery — каталог магазина, но для него есть grocery_search/grocery_rank (там нужны app_id/point_id и фильтр «в наличии»)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
screenNoafisha

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the annotations, the description adds key behavior: 400 for any non-enum screen value, the default screen being afisha, the output semantics for afisha (eventId suitable for schedule tools), and the deep-link requirement for services. This is exactly the kind of behavioral context an agent needs and is entirely consistent with the read-only, idempotent annotations.

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 compact and every bullet earns its place: the strict-enum warning, the default screen, and per-screen behavior are all useful and non-redundant. The most important guidance ('СТРОГИЙ enum, угадывать бесполезно') is front-loaded, and formatting is easy for an LLM to parse.

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 description is sufficient for the core call: it lists the screens, gives their meanings, warns about invalid values, and points to specialized grocery tools. Since an output schema exists, the return shape does not need full explanation in the description. Minor gaps remain (e.g., query syntax and pagination limits), but they are not blocking for invocation.

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?

With 0% schema description coverage, the description carries most of the parameter documentation. It enumerates all valid screen values, marks afisha as default, and clarifies what each screen returns. 'Полнотекстовый поиск' defines the query parameter in context, while limit is name enough to be understandable since its default is already in the schema.

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 opens with a specific verb and resource ('Полнотекстовый поиск по разделу приложения') and then details the distinct screen modes, so it is clear what tool does. It also distinguishes grocery from grocery_search/grocery_rank and ties afisha output to cinema_schedule/concert_schedule. However, it does not explicitly contrast itself with other search siblings like cinema_search or shop_search, so it falls just short of full sibling differentiation.

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

Usage Guidelines4/5

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

The text explicitly says grocery should use grocery_search/grocery_rank instead and explains the requirements for those tools. It also warns that screen is a strict enum and that invalid values produce 400, which guides safe invocation. Still, it does not lay out exhaustive when-to-use-versus-alternatives rules for all other searching siblings, so it is clear but incomplete.

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/icyberdeveloper/tbank-mcp'

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