Skip to main content
Glama
Oratorian

Discord MCP Server

by Oratorian

Create Scheduled Event

discord_create_event

Create a scheduled event in a Discord server, specifying type (stage, voice, or external), start time, and optional location or channel for accurate event setup.

Instructions

Create a scheduled event in a server.

Args:

  • guild_id (string): Discord server/guild ID

  • name (string): Event name

  • description (string, optional): Event description

  • scheduled_start_time (string): ISO8601 timestamp for start

  • scheduled_end_time (string, optional): ISO8601 timestamp for end

  • entity_type ('stage' | 'voice' | 'external'): Type of event

  • channel_id (string, optional): Channel ID for stage/voice events

  • location (string, optional): Location for external events

Returns: Created event details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesEvent name
guild_idYesDiscord server/guild ID (snowflake)
channel_idNoChannel ID for stage/voice events
descriptionNoEvent description
entity_typeYesEvent type: stage instance, voice channel, or external location
entity_metadataNoMetadata for external events (location)
scheduled_end_timeNoISO8601 timestamp for event end (required for external events)
scheduled_start_timeYesISO8601 timestamp for event start
Behavior3/5

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

Annotations indicate it's not read-only (readOnlyHint=false) and may have open-world side effects. The description discloses it creates an event but does not elaborate on permissions, rate limits, or failure behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long due to parameter listing, but it is structured with Args and Returns sections. It front-loads the main action. However, it repeats schema information which could be more concise.

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

Completeness2/5

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

No output schema given, the description mentions 'Created event details' but not fields. There is inconsistency: description lists 'location' as a separate parameter, but schema nests it inside 'entity_metadata'. Does not explain that scheduled_end_time is required for external events (schema mentions it).

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 adds limited new meaning. It lists parameters with types and optionality, but essentially repeats schema info. Minor added value in clarifying entity_type enum and location field.

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 'Create a scheduled event in a server', specifying the action and resource. It distinguishes from sibling tools like discord_list_events (read) and discord_delete_event (delete).

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?

No explicit guidance on when to use this tool versus alternatives. No mention of prerequisites like required permissions or when not to use it.

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

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