Skip to main content
Glama

get_event_series

Retrieve detailed information for an Eventbrite event series by providing its series ID.

Instructions

Get information about an event series.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_series_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only says 'get information.' It does not disclose error behavior, required permissions, idempotency beyond the verb, or any side effects. The description adds little beyond what the tool name already implies.

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?

The description is a single concise sentence with no filler or redundancy, and it front-loads the main action and resource. It could carry more substance, but as far as conciseness, it wastes no words.

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

Completeness2/5

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

For a tool with one required parameter, an output schema, and no annotations, the description is too thin: it omits usage context, behavioral caveats, and parameter guidance. An agent could invoke it with an ID, but has little basis for when to choose this tool or how to interpret failures.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not compensate by explaining what 'event_series_id' means or how to supply it. The schema only provides the property name and type, leaving the parameter semantics entirely undocumented.

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 uses a clear verb-resource pattern: 'get' an 'event series,' so an agent can tell this is a read operation on an event series and distinguish it from 'get_event' or 'list_series_events' at a basic level. However, it does not explain what aspects of the series are returned or how this differs from sibling tools.

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 gives no guidance on when to use this tool versus alternatives like 'get_event' or 'list_series_events'. There are no exclusions, prerequisites, or context cues, so the agent must infer usage from the tool name alone.

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

Deploy Server

Other Tools