Skip to main content
Glama
Oratorian

Discord MCP Server

by Oratorian

Edit Server Onboarding

discord_edit_onboarding
Idempotent

Edit a Discord server's onboarding process by configuring prompts that assign roles or show channels based on member selections.

Instructions

Edit the onboarding configuration for a server.

Configure prompts/questions that new members answer to customize their server experience. Each prompt can assign roles or show channels based on member selections.

Args:

  • guild_id (string): Discord server/guild ID

  • prompts (array, optional): Onboarding prompts with options

  • default_channel_ids (array, optional): Channels shown to all new members

  • enabled (boolean, optional): Enable/disable onboarding

  • mode ('onboarding_default' | 'onboarding_advanced', optional): Onboarding mode

Returns: Updated onboarding configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOnboarding mode
enabledNoWhether onboarding is enabled
promptsNoOnboarding prompts/questions
guild_idYesDiscord server/guild ID (snowflake)
default_channel_idsNoChannels shown to new members by default
Behavior4/5

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

Annotations already indicate non-destructive, idempotent write operation. The description adds context about returning updated configuration and the purpose of prompts. No contradictions or missing behavioral traits beyond 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?

The description is compact (approx. 100 words), front-loaded with purpose, then explanatory sentences, then bulleted args, then return statement. Every sentence adds value with no redundancy.

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 absence of an output schema, the description mentions the return type. It covers the main aspects of the tool, though it could briefly note that existing prompts require IDs for updates (covered in schema). Overall, it is sufficiently complete for a tool with rich schema annotations.

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% with detailed descriptions. The description provides a high-level summary of parameters but does not add significant meaning beyond what the schema already offers, meeting the baseline expectation.

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 tool name and description clearly state it edits server onboarding. It explains what onboarding entails (prompts/questions, role/channel assignment) and distinguishes from sibling tools like discord_get_onboarding and discord_setup_onboarding.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies editing existing onboarding but does not explicitly state when to use this versus alternatives (e.g., discord_setup_onboarding for initial setup) or provide conditions like requiring existing onboarding configuration.

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