Skip to main content
Glama
cappyeo

discord-mcp

events_delete

DestructiveIdempotent

Permanently delete a scheduled Discord event using guild and event IDs. Confirmation required due to irreversible action.

Instructions

Purpose: Delete a scheduled event. DESTRUCTIVE - IRREVERSIBLE.

When to use:

  • Cancel and remove a scheduled event entirely (vs. setting status=4 which keeps the record).

Returns: {deleted, event_id}. Pass __confirm:true AND set MCP_DRY_RUN=false to actually delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYesScheduled event id
guild_idYesGuild that owns the event
__confirmNoSet true to authorize this destructive operation. Also requires the server to run with MCP_DRY_RUN=false; otherwise a DRY_RUN_PREVIEW is returned.
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already mark the tool as destructive, but the description adds crucial context: "DESTRUCTIVE - IRREVERSIBLE" and the dry-run/confirmation requirement (__confirm:true and MCP_DRY_RUN=false). This goes beyond the annotations and is highly valuable for safe invocation.

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 well-structured with bold headings (Purpose, When to use, Returns) and every sentence carries essential information. It is compact with no fluff.

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

Completeness5/5

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

The description covers purpose, usage guidance, safety/confirmation requirements, and return value. With output schema present, it doesn't need to detail return shape. It is complete for a destructive tool with the given annotations and schema.

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 coverage is 100%, so the description doesn't need to repeat parameter meanings. The description does mention __confirm and MCP_DRY_RUN, but the schema already covers these. No additional parameter-level insight is provided beyond what the schema gives.

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 and resource: "Delete a scheduled event." It also distinguishes this from modifying an event by contrasting with setting status=4, which is a different sibling tool behavior.

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

Usage Guidelines5/5

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

The description explicitly provides a "When to use" section and gives an alternative (vs. setting status=4 that keeps the record). This helps the agent choose between events_delete and events_modify.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cappyeo/discord-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server