list_timezones
List available IANA timezones with optional filtering by country code or search to discover correct timezone names.
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 metadataInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | No | ||
| search | No |