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
| Name | Required | Description | Default |
|---|---|---|---|
| now | No | ||
| origin | Yes | ||
| destination | Yes | ||
| max_nearby_stops | No | ||
| walking_radius_meters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | ||
| itinerary | No | ||
| destination | No | ||
| status_code | Yes | ||
| alternatives | No | ||
| error_context | No | ||
| service_status | No | ||
| realtime_status | No | ||
| nearby_origin_stops | No | ||
| conversational_response | Yes | ||
| nearby_destination_stops | No |