Skip to main content
Glama

rossbus — buses across Russia

Табло отправлений города

city_departures

Первое/последнее отправление и число рейсов по каждому направлению (по расписанию партнёра).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesГород: русское название («Москва») или слаг (moskva)
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral burden. It only adds a data-source note ('according to the partner's schedule') but does not disclose limit behavior, ordering, date range, default values, or failure modes.

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 one concise sentence with no redundant words. The core data fields are front-loaded, and the partner-schedule qualifier is supplementary. It is appropriately sized for the tool's simplicity.

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

Completeness3/5

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

For a simple two-parameter tool, the description and schema identify the required city parameter and the general output, but gaps remain: the meaning of 'limit', the time period covered, and the output structure are unspecified. Since there is no output schema, these omissions matter. Overall, it is minimally adequate but not complete.

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

Parameters2/5

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

Schema description coverage is 50%; only 'city' is described in the schema. The description adds no explanation for the 'limit' parameter, its effect on returned directions, or its default value. The description does not compensate for the undocumented parameter.

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 clearly states the output content: first/last departure and number of trips per direction, which identifies the tool's specific resource. It distinguishes this from siblings like search_routes and find_transfer, though it lacks an explicit verb, relying on a noun phrase.

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?

No guidance is provided on when to use this tool versus alternatives. It does not mention sibling tools, exclusions, or typical use cases, leaving the agent to infer usage from the name and description alone.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.