Куда можно уехать из города
search_routesСписок направлений из города с ценой «от», числом рейсов и километражем.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Город: русское название («Москва») или слаг (moskva) | |
| limit | No |
search_routesСписок направлений из города с ценой «от», числом рейсов и километражем.
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Город: русское название («Москва») или слаг (moskva) | |
| limit | No |
Changes observed during successful MCP inspections.
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 result fields (price 'from', number of departures, mileage) but says nothing about ordering, pagination, limit behavior, or error handling. For a tool without annotations, this is a limited disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence that directly states the resource and key output fields. It is front-loaded with 'Список направлений из города' and has no filler, though it could benefit from a second sentence about usage.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description is too thin for an agent to fully understand return format, limit application, or when to select this tool over siblings. The listed fields partly cover output expectations, but the context around invocation and selection is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is only 50% (only 'from' has a description). The tool description adds no extra meaning for the 'limit' parameter and does not clarify its semantics. It implicitly ties 'from city' to the 'from' parameter but does not compensate for the undocumented limit.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description states a clear object: 'Список направлений из города' with specific result fields (price from, number of departures, mileage). It is not a tautology and conveys what the tool returns, though it does not explicitly differentiate it from sibling tools like cheapest_destinations or get_route.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus alternatives. It does not mention that it lists general directions, which could be confused with sibling tools like cheapest_destinations or city_departures, and no exclusions or conditions are stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.