Skip to main content
Glama

list_event_names

Read-onlyIdempotent

The organization's most frequent event names over a range of calendar days, with counts and share, from daily aggregates (12 months on every plan). Use it to learn what an organization sends before searching or computing stats. Dates only, in the organization's time zone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoLast calendar date (YYYY-MM-DD, org-local); with from.
orgNoOrganization slug; omit for the default organization. See list_organizations.
daysNoThe last N calendar days including today; instead of from/to. Default 7.
fromNoFirst calendar date (YYYY-MM-DD, org-local); with to.
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful context beyond annotations: data comes from daily aggregates, retention is 12 months, and dates are in the organization's time zone. It does not contradict 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?

Two sentences with no filler. The first sentence states the result and data source; the second gives the primary use case and the key date/time-zone qualifier. Every sentence earns its place.

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

Completeness4/5

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

For a read-only list tool with no output schema, the description explains the core output (frequent event names, counts, share) and the supporting data model. It could mention limit behavior or retention edge cases, but the schema and annotations cover the remaining operational details adequately.

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 high at 80%, so the schema carries most parameter meaning. The description reinforces date-related semantics like calendar days and org-local time zone, but adds little for the limit parameter, which lacks a schema description.

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?

The description clearly states the tool lists the organization's most frequent event names with counts and share over a date range. It also frames its role as a precursor to searching or computing stats, distinguishing it from siblings like search_events and event_stats.

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

Usage Guidelines4/5

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

The description gives clear usage context: use it to learn what an organization sends before searching or computing stats. It does not name sibling tools explicitly or provide explicit when-not-to-use conditions, but the intended workflow is clear.

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