Skip to main content
Glama

Delete Event

delete_event
Destructive

Delete an event. Requires confirm set to DELETE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
eventIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already mark the tool as destructive (destructiveHint=true), so the description's mention of requiring confirmation adds some value. However, it does not disclose other behavioral aspects such as irreversibility or cascading effects, though the annotation mitigates this gap.

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 extremely concise—only one sentence—yet conveys the essential information without any fluff. Every word earns its place.

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?

Given the tool's simplicity (2 parameters, no output schema) and the presence of annotations, the description is adequate but could benefit from explaining what happens after deletion (e.g., consequences, recoverability). It covers the key usage constraint (confirm) but leaves some context implicit.

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 description adds meaning to the 'confirm' parameter by stating it must be set to 'DELETE', which is not specified in the schema (no enum). This is crucial for correct invocation. The eventId parameter is not described, but it is self-explanatory.

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 verb 'Delete' and the resource 'event', making the tool's purpose unambiguous. It distinguishes itself from sibling delete tools by specifying the required confirmation parameter.

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 only mentions the confirm requirement but provides no guidance on when to use this tool versus alternatives like unpublish_event. No context about prerequisites or typical use cases.

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