get_event_timer
Retrieve upcoming start times for Guild Wars 2 timed events, including meta events, world bosses, and festivals, by matching event or map names.
Instructions
Get upcoming start times for GW2 timed events: map meta events, world bosses, day/night cycles, and festival activities.
Use this for any "when is the next X" or schedule question — wiki
pages render timers with browser JavaScript, so wiki_get_page can
never see them. query matches event, map, or category names (e.g.
"battle for the jade sea", "tequatl", "dragon's end"). Returns
matched events with up to count upcoming occurrences each:
start_utc, start_unix (Unix epoch seconds), duration_minutes,
starts_in_minutes, and in_progress. Matches may also carry chatlink,
an in-game chat code for the event's location (e.g. "[&BKIMAAA=]") —
relay it verbatim so players can paste it into the game. If nothing
matches, the error lists valid zone names to retry with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||