get_city_events
Top upcoming events in a city (overall plus sports and concerts breakdowns). Use city slugs from get_top_cities, e.g. "austin-texas".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city_slug | Yes | City slug, e.g. "las-vegas-nevada" |
Top upcoming events in a city (overall plus sports and concerts breakdowns). Use city slugs from get_top_cities, e.g. "austin-texas".
| Name | Required | Description | Default |
|---|---|---|---|
| city_slug | Yes | City slug, e.g. "las-vegas-nevada" |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden. It discloses that results are 'top upcoming events' with breakdowns, implying a read-only operation, but it does not explicitly state read-only behavior, data ordering, or any limitations. The absence of annotation means a 3 is appropriate for partial context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences deliver the core purpose and the key usage instruction. Every word is useful, no redundancy, and the content is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description adequately covers what is returned (overall plus breakdowns) and how to obtain the input. It could mention result count or sorting, but overall it is sufficiently complete for a simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the schema already describes the city_slug parameter. The description adds value by telling agents to use slugs from get_top_cities and gives an example ('austin-texas'), enriching the schema's basic example ('las-vegas-nevada'). This exceeds the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns 'top upcoming events in a city' with distinct breakdowns (overall, sports, concerts), which is specific and unambiguous. It differentiates from siblings like search_events by focusing on 'top' rather than arbitrary search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly directs users to use city slugs from get_top_cities, providing a prerequisite and example. It does not explicitly mention alternatives or exclusions, but the context is clear enough for a focused tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.