Skip to main content
Glama

List public events

list_events
Read-onlyIdempotent

Public events, soonest first. Only events their host marked public appear. Host identity is never included. The look-ahead window is bounded at 30 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity slug. Defaults to the bound city.
nearNo`lat,lng` to filter by distance.
limitNoMaximum events. Default 25.
categoryNoFilter by event category.
radius_kmNoRadius when `near` is given. Default 5.
starts_afterNoISO-8601 lower bound. Defaults to now.
starts_beforeNoISO-8601 upper bound.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior5/5

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

The description adds valuable behavioral context beyond the annotations: it discloses that only host-marked public events appear, host identity is omitted, and the look-ahead window is capped at 30 days. These are meaningful constraints an agent needs to know and are not present in the annotations.

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

Conciseness5/5

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

The description is compact, with four short sentences, each conveying a distinct behavioral fact. It front-loads the core purpose ('Public events, soonest first') and avoids filler or redundant wording.

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?

Given the tool has no output schema and 7 optional parameters fully documented in the schema, the description covers all essential behavioral aspects: ordering, visibility, host privacy, and time window. Nothing critical is missing for an agent to call it correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so every parameter is already documented in the schema. The description does not elaborate on any parameter, providing no additional semantic value beyond the schema's own descriptions. This warrants the baseline score of 3.

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

Purpose4/5

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

The description clearly states the tool lists public events in chronological order ('Public events, soonest first'), which identifies the verb and resource. However, it does not explicitly distinguish itself from the sibling tool 'whats_happening', which may also relate to events, so it falls just short of a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives or any exclusions. It implies that you use it when you need public events, but there is no explicit mention of alternatives like 'whats_happening' or conditions favoring one over the other.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources