get_locale_list
Retrieve supported locales for the CTA Bus Tracker API. Optionally display locale names in a specific language or in their own language to validate locale codes before use.
Instructions
Fetch the list of locales (languages) supported by the API. Not currently consumed by other tools here, but useful to validate a 'locale' value before it's added elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | An ISO 639 locale code (e.g. 'es') to show display names in that language. Omit for English. | |
| in_locale_language | No | If true, show each locale's display name in its own language instead of the requested locale. Takes precedence over 'locale' if set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |