find_stop_by_id
Look up a specific transport stop by its numeric TfNSW ID to get its location, or confirm no stop exists for that ID.
Instructions
Look up a single stop by its numeric TfNSW stop ID.
Returns `{"location": null}` if no stop carries that ID.
Args:
stop_id: The stop ID, e.g. "10101331".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||