Skip to main content
Glama

list_events

The changelog of record for the model layer: deprecations, price changes, launches, and the market events around them. Filter by severity to find what demands action: 'breaking' (model going away, ID changing), 'action_required' (price/rate-limit/context changes), 'informational' (releases, funding).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoEvent type, e.g. model_deprecation, pricing_change, model_launch.
limitNoMax events. Default 50.
sinceNoISO date (YYYY-MM-DD); events announced on/after.
untilNoISO date (YYYY-MM-DD); events announced on/before.
statusNoVerification status. Default 'verified' (human-confirmed). 'all' = verified + unverified.
providerNoFilter to events touching this provider.
severityNoFilter by what the event demands of consumers of the affected models.

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It explains what events are covered and severity filtering, but lacks details on pagination, ordering, or response structure. The behavior is adequately described for a list tool but not comprehensive.

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 two sentences, front-loaded with the core purpose, and each sentence adds essential information. No extraneous words; the severity explanation is concise yet clear.

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

Completeness3/5

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

While the description covers the main purpose and key filters, it lacks details on return format, pagination behavior, or default ordering. Given no output schema and 7 parameters, additional context about result structure would improve completeness.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining severity levels and giving examples of event types, which goes beyond the schema. It provides context that helps select appropriate filters.

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 identifies the tool as a changelog of events (deprecations, price changes, launches) and distinguishes it from sibling tools like list_deprecations by covering broader event types. The verb 'list' and resource 'events' are explicit.

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

Usage Guidelines3/5

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

The description hints at when to use it ('filter by severity to find what demands action') but does not explicitly state when not to use it or compare with alternatives. More direct guidance on selecting this tool over siblings like get_price_history would improve the score.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Tools are mostly distinct, but list_deprecations and list_events overlap in covering deprecations. Descriptions clarify that list_deprecations is specific to retirement schedules with runways, while list_events is a broader changelog filterable by severity, so an agent could still choose correctly.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., list_models, get_model, estimate_cost). The length variation is minor and does not break the pattern.

Tool Count5/5

Seven tools is an ideal size for this domain—enough to cover key operations (listing, getting details, checking dependencies, estimating costs, viewing history) without overwhelming the agent. Each tool has a clear role.

Completeness4/5

The tool set covers the main use cases for model information and monitoring. A minor gap is the lack of a dedicated tool to list providers, though list_models can filter by provider name. Overall, CRUD-like coverage is good for a read-heavy informational server.