Skip to main content
Glama

discord_edit_scheduled_event

Idempotent

Update a scheduled event's fields or change its status to start, end, or cancel. Requires Manage Events permission.

Instructions

Update a scheduled event; only provided fields change. Use the status field to start ('ACTIVE'), end ('COMPLETED'), or cancel ('CANCELED') an event — note Discord only allows certain status transitions. Requires the Manage Events permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew event name (max 100 characters).
imageNoNew cover image URL.
statusNoChange event status. Allowed transitions only: SCHEDULED→ACTIVE→COMPLETED, or SCHEDULED→CANCELED (no transition back to SCHEDULED exists).
event_idYesID (snowflake) of the event to edit.
guild_idYesDiscord server (guild) ID (snowflake).
locationNoNew free-text location for EXTERNAL events.
channel_idNoNew voice/stage channel ID (snowflake) for VOICE/STAGE_INSTANCE events.
descriptionNoNew event description (max 1000 characters).
scheduled_end_timeNoNew end time as an ISO 8601 datetime.
scheduled_start_timeNoNew start time as an ISO 8601 datetime.
Behavior5/5

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

Beyond annotations (idempotent, not destructive), the description adds crucial behavioral details: only provided fields change, status transition rules (SCHEDULED→ACTIVE→COMPLETED or SCHEDULED→CANCELED), and the required Manage Events permission. No contradiction with 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, both necessary. The first covers purpose and partial update nature; the second focuses on status transitions and permission. No wasted words.

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?

The description is sufficient for a tool with 100% schema coverage and annotations. It explains the key behavioral aspects (partial updates, status transitions, permission). No output schema exists, so return values are not expected. Minor gaps like error handling are not critical here.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds value by explaining the semantics of the status field transitions and the partial update behavior, which goes beyond the individual parameter descriptions.

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 'Update a scheduled event; only provided fields change,' specifying the verb (update) and resource (scheduled event). It distinguishes from siblings like create and delete by focusing on modification.

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 context for using the status field to start, end, or cancel events, and notes the required permission. However, it does not explicitly exclude other use cases or mention alternatives, though the siblings imply its role as an update tool.

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/PaSympa/discord-mcp'

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