get_station_number
Find the station number for any Nagoya bus stop by providing its name. Uses fuzzy matching for partial or misspelled names.
Instructions
Get station number for a given station name using fuzzy matching.
Attempts exact match first, then falls back to fuzzy matching with 60% similarity threshold if no exact match is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station_name | Yes | The station name to look up (e.g., "名古屋駅"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station_name | Yes | バス停名 | |
| station_number | Yes | バス停番号 |