suggest_stations
Autocomplete station names from your self-hosted OpenTripPlanner instance to resolve names before planning a journey. Returns matching stations with coordinates.
Instructions
Autocomplete station names against the self-hosted OpenTripPlanner instance (self-hosted OTP (Kanto rail/subway)). Returns matching stations with coordinates. Use to resolve or disambiguate a name before plan_journey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Station name prefix or substring. | |
| limit | No | Max results (default 10). |