Skip to main content
Glama

Manage Event Series

manage_event_series
Destructive

Manage a recurring series — action 'extend' (add additional_count more occurrences), 'end' (cancel upcoming; mode 'pause' to suspend, optional from_date), or 'resume' (restart a paused series). Requires series_id + action; you must be a host of the series.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
actionYes
from_dateNo
series_idYes
additional_countNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description discloses the behavioral traits for each action: extend adds occurrences, end cancels upcoming (with pause mode), resume restarts. Annotations already mark destructiveHint: true, and the description does not contradict this; it adds detail on what each action does.

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 with no wasted words. The first sentence packs all action definitions, the second states prerequisites. Information is front-loaded and every sentence is necessary.

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 management tool with 5 parameters and no output schema, the description covers the actions, required params, and host prerequisite. It is sufficient for an AI to decide when to use it and how to fill parameters. Minor omission: no mention of return values, but output schema is absent.

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?

The input schema has no descriptions for parameters (coverage 0%), but the description explains how parameters like additional_count (for extend), mode and from_date (for end) are used. This adds meaning beyond the schema enums and constraints.

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 uses a specific verb 'Manage' with resource 'Event Series', and clearly lists three distinct actions (extend, end, resume) with their effects. It distinguishes from sibling tools like cancel_event (which cancels single events) and create_event_series (which creates new series).

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 specifies that you must be a host of the series and requires series_id and action. It gives clear context for when to use this tool (to extend, end, or resume a recurring series). However, it does not explicitly mention when not to use alternatives, but the context is clear given the sibling list.

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.