Skip to main content
Glama
carloscrcalderon

Transporter CC MCP Server

find_route

Find the optimal direct or transfer bus route between any two locations in Bogotá, using coordinates or addresses, with live tracking when available.

Instructions

Busca la mejor ruta directa o con transbordo entre un origen y un destino en Bogotá (coordenadas o direcciones), enriquecida con seguimiento en vivo cuando esté disponible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNo
originYes
destinationYes
max_nearby_stopsNo
walking_radius_metersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
originNo
itineraryNo
destinationNo
status_codeYes
alternativesNo
error_contextNo
service_statusNo
realtime_statusNo
nearby_origin_stopsNo
conversational_responseYes
nearby_destination_stopsNo
Behavior2/5

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 mentions 'enriquecida con seguimiento en vivo cuando esté disponible' but does not disclose behavioral traits such as what happens when no route is found, rate limits, or required permissions. The behavioral profile is incomplete.

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?

The description is two sentences, front-loaded with the core action, and efficient. It contains no fluff, though it could be slightly longer for completeness.

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?

Despite having an output schema, the description lacks completeness for a 5-parameter tool with no annotations. It does not explain how to use optional parameters or what the output contains, leaving significant gaps.

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 0%, and the description does not explain the parameters beyond implying origin and destination can be coordinates or addresses. It fails to add meaning to the 'now', 'max_nearby_stops', and 'walking_radius_meters' parameters.

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 clearly states the tool finds the best route (direct or with transfers) between origin and destination in Bogotá, and can include live tracking. This distinguishes it from sibling tools like get_arrivals or get_bus_locations.

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?

The description does not provide any guidance on when to use this tool versus alternatives. It simply describes the function without mentioning prerequisites, exclusions, or specific use cases.

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/carloscrcalderon/mcp_transporte_bogota'

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