Skip to main content
Glama

discord_edit_scheduled_event

Idempotent

Update a scheduled event's details or change its status to start, end, or cancel. Only provided fields are modified.

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

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

The description adds behavioral context beyond annotations: partial updates, status transition restrictions, and permission requirement. Annotations already indicate idempotent and non-destructive, so the description complements them well.

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 concise sentences with no wasted words. Front-loaded with the main action and key details about partial updates and status transitions.

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 covers core behavior, status transitions, and permission. Given the tool's complexity and absence of output schema, it provides sufficient context without being overly verbose.

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?

With 100% schema coverage, the description adds value by explaining the status field's role in controlling event lifecycle and the partial update nature. This enhances understanding beyond the schema's 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' and explains the partial update behavior. It distinguishes from sibling tools like discord_create_scheduled_event and discord_delete_scheduled_event by specifying the edit action.

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 explicitly mentions using the status field for starting, ending, or canceling events and notes the permission requirement. It provides clear context but does not explicitly exclude scenarios or mention alternatives.

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