get_dst_schedule
Retrieve the daylight saving time (DST) schedule and transition details for any location. Provide relative dates or natural-language queries, like 'this week' or 'next Friday', to get the applicable schedule.
Instructions
Return the production DST schedule payload, including current abbreviation and transition details. For relative-date inputs ("this week", "next Friday", "tomorrow"), route to answer_time_question, which resolves the relative date and dispatches internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Optional ISO timestamp used as the reference instant. | |
| city | No | City name such as "Reykjavik". | |
| year | No | Optional calendar year used to return DST transitions for that civil year. | |
| query | No | Free-form location query. | |
| timezone | No | Direct IANA timezone, such as "America/New_York". | |
| _endUserId | No | Optional opaque per-call end-user attribution token populated by the MCP host, not the LLM. Use a non-PII hash or token; never send raw email, name, or platform user ID. | |
| countryCode | No | Optional ISO country hint for ambiguous city names. |