Skip to main content
Glama
pyroua
by pyroua

search_fireworks

Find fireworks and salutes in the Pyro catalog by budget, caliber, number of shots, and operating time. Filter results by price and shot count, then browse paginated output.

Instructions

Поиск пиротехники и салютов в каталоге pyro.ua по бюджету, калибру, количеству залпов и времени работы

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoТекстовый поисковый запрос (название, артикул)
pageNoНомер страницы пагинации
limitNoКоличество товаров в выдаче (до 50)
caliberNoКалибр в миллиметрах (например: 20, 25, 30, 50)
max_priceNoМаксимальная цена в гривнах (UAH)
max_shotsNoМаксимальное количество залпов/выстрелов
min_priceNoМинимальная цена в гривнах (UAH)
min_shotsNoМинимальное количество залпов/выстрелов
category_idNoID категории товаров

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It correctly implies a read-only catalog search, but it does not mention pagination, result format, or limits, and it claims search by 'operating time' (времени работы), which is not represented anywhere in the input schema. This is a misleading behavioral claim.

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 a single front-loaded sentence with no filler. It states the tool's purpose and main filtering dimensions efficiently.

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

Completeness2/5

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

For a 9-parameter search tool with no annotations and no output schema, the description is incomplete. It omits text querying, category_id, pagination parameters, default behavior, and result characteristics, while also claiming an unsupported time-based filter.

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 100%, so the baseline is 3. The description adds useful semantic grouping by mapping budget to price parameters, caliber to the caliber parameter, and volleys to shot counts, but it adds no syntax or format detail beyond the schema and introduces an unsupported 'operating time' criterion.

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 uses a specific verb and resource: searching for pyrotechnics and fireworks in the pyro.ua catalog. It also names concrete filtering dimensions (budget, caliber, volleys), which makes it easy to distinguish from sibling tools like get_firework_details or check_stock_availability.

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

Usage Guidelines2/5

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

There is no explicit guidance about when to use this tool versus alternatives such as get_firework_details or check_stock_availability. The search intent is implied by the name and description, but no when-to-use/when-not-to-use conditions or sibling comparisons are provided.

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