Skip to main content
Glama
Guild-Wars-MCP

GW2 MCP Server

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

TableJSON Schema
NameRequiredDescriptionDefault
countNo
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It details the return fields (start_utc, start_unix, etc.) and mentions chatlink. It does not cover rate limits or auth, but as a read-only tool the disclosure is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is informative without waste, front-loads purpose and usage, then details parameters and returns. Slightly long but each sentence contributes value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has 2 simple parameters with thorough explanation. Output fields are fully described in text, so even without seeing the output schema the agent can understand return values and use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, description fully compensates: explains 'query' matches event/map/category names with examples, and 'count' controls number of upcoming occurrences returned.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it gets upcoming start times for timed events in GW2, specifying resource (timed events) and verb (get), and distinguishes from siblings like wiki_get_page which cannot see timers due to JavaScript rendering.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says use for 'when is the next X' or schedule questions, and that wiki_get_page cannot see timers. Also advises to retry with valid zone names if nothing matches, providing clear when-to-use and error handling guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Guild-Wars-MCP/GW2_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server