Skip to main content
Glama
cappyeo

discord-mcp

onboarding_modify

Idempotent

Replace a Discord server's onboarding flow by setting prompts, default channels, and enabled mode to fully customize the member onboarding experience.

Instructions

Purpose: Replace a guild's onboarding configuration (PUT - full replace).

prompts is an array of Discord-shaped prompt objects. See: https://docs.discord.com/developers/resources/guild#guild-onboarding-object-onboarding-prompt-structure

Enabling requirements: Discord requires at least 7 default channels, and at least 5 must allow @everyone to send messages. The generated reference uses a safe disabled configuration; replace it with real channel IDs before setting enabled:true.

Returns: {guild_id, enabled, mode}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesOnboarding mode (0 ONBOARDING_DEFAULT, 1 ONBOARDING_ADVANCED)
enabledYesWhether onboarding is enabled
promptsYesOnboarding prompts (full replace) - see Discord docs for prompt object shape
guild_idYesTarget guild
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)
default_channel_idsYesChannels members see by default after onboarding

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate readOnly=false, openWorld=true, idempotent=true, destructive=false. The description adds important context: it clarifies full-replace behavior, warns about the safe disabled configuration, and notes requirements for enabling. This goes beyond the annotations' boolean hints.

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 concise (three short sections) and uses bold labels for quick scanning. It includes a relevant documentation link and no filler 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?

For a moderately complex modify operation, the description covers purpose, full-replace semantics, enabling requirements, and return shape. Given the rich output schema and annotations, this is sufficient, though it omits permission requirements.

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?

The input schema covers all 6 parameters with descriptions, so baseline is 3. The description adds a link to Discord docs for prompt structure and mentions the default channel requirements, but doesn't elaborate on individual parameters 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 opens with a clear action: 'Replace a guild's onboarding configuration (PUT - full replace).' This is specific and distinguishes the tool from sibling `onboarding_get` and other modify tools. The full-replace semantics are explicitly stated.

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 context by stating it is a full-replace operation and lists enabling requirements (at least 7 default channels, 5 with @everyone), which helps an agent know prerequisites. However, it does not explicitly name alternatives or when-not-to-use, so it falls short of full guidance.

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