list_timezones
Retrieve IANA timezone identifiers for accurate timezone selection. Filter results by country code or search terms to find correct timezone names and prevent invalid entries.
Instructions
List available IANA timezones with optional filtering.
Returns all valid IANA timezone identifiers. Helps discover correct timezone
names and prevents hallucination of invalid timezones.
Args:
country_code: Optional ISO 3166 country code filter (e.g., "US", "GB", "FR")
search: Optional substring search filter (case-insensitive)
Returns:
ListTimezonesResponse with list of timezones and metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | No | ||
| search | No |