Skip to main content
Glama

Paradas de un recorrido

get_route_stops
Read-only

Retrieves the ordered sequence of stops for a transit route in a specified direction (outbound or inbound) for Santiago de Chile public transit.

Instructions

Secuencia de paradas de un recorrido en una dirección (0=ida, 1=vuelta).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
route_idYes
directionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the directional scoping (ida/vuelta) which is useful behavioral context beyond the annotations, but doesn't disclose other behaviors like ordering guarantees, empty results for unknown routes, or error handling. With annotations present, this is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single concise sentence that packs the essential information: what it returns (stop sequence for a route), the scoping (a single direction), and the direction code mapping. No wasted words, front-loaded with the core purpose.

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?

Has an output schema and read-only annotations, so the tool doesn't need to explain return values or mutation risks. The description covers the core purpose and the direction semantics. However, it doesn't clarify behavior for invalid route_ids, whether direction=1 exists for all routes, or how to discover available routes, which an agent might need. Adequate but with gaps given the query-oriented context.

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 coverage is 0%, so the description carries the full burden for parameter meaning. The description clarifies route_id implicitly (identifies the recorrido) but its main contribution is explaining direction semantics with the '0=ida, 1=vuelta' mapping. However, no enums or validation are added for the direction values, and route_id format isn't explained. Baseline 3 is appropriate given zero schema coverage.

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 states the tool fetches the sequence of stops for a route in a given direction. The verb is implicit (get from name) but the resource (paradas/ruta) is clear. It distinguishes from get_route (route details) and get_route_shape (shape geometry), though it doesn't explicitly name them.

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

Usage Guidelines3/5

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

The description explains the direction parameter (0=ida, 1=vuelta) which clarifies a key usage aspect. However, it doesn't explicitly state when to use this vs siblings like get_route or search_stops, leaving the usage context implied rather than explicit.

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/iiroak/RedTransporteMCP'

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