Skip to main content
Glama
grooving6

discord-mcp

by grooving6

Create scheduled event

create_event

Schedule a Discord guild event by providing a name and start time. For voice or stage events, include a channel; for external events, provide a location.

Instructions

Schedule a guild event. For voice/stage events pass a voice channel; for external events pass a location string instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesEvent name (1-100 characters).
serverNoServer (guild) name or id. Optional when the bot is in a single server or DISCORD_GUILD_ID is set.
channelNoVoice or stage channel for the event (name or id). Omit for external events.
end_timeNoEnd time as ISO 8601. Required for external events.
locationNoPhysical or external location string. Used when no channel is provided.
start_timeYesStart time as an ISO 8601 string (e.g. '2025-08-01T18:00:00Z').
descriptionNoEvent description (up to 1000 characters).
Behavior3/5

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

With no annotations, the description must disclose behavior. It explains the two creation modes but omits details like permission requirements, time constraints, or response format. The description adds value beyond the schema but lacks comprehensive behavioral clarity.

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: two sentences that deliver essential information without unnecessary words. It is front-loaded with the main action and then provides conditional guidance.

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?

Given the tool's moderate complexity (7 parameters, 2 required, no output schema), the description covers the key decision point (channel vs location). It does not explain return values or error cases, but these are less critical for a creation tool. Overall, it is sufficiently complete.

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 description coverage is 100%, so each parameter is already documented. The description adds a bit of context by explaining the relationship between channel and location, but does not significantly augment parameter understanding beyond the schema.

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 tool's purpose: 'Schedule a guild event.' It distinguishes between two modes (voice/stage vs external), which helps differentiate it from sibling tools like create_channel or create_role.

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 provides explicit guidance: for voice/stage events pass a channel; for external events pass a location string. It does not mention when not to use the tool or list alternatives, but the context is clear.

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

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