Skip to main content
Glama
cappyeo

discord-mcp

guild_modify

Idempotent

Update guild-level settings like name, verification level, and channel assignments. Specify only the fields you want to change for targeted modifications.

Instructions

Purpose: Update guild-level settings. Pass only fields you want to change.

When to use:

  • Rename, change verification level, set system/rules/safety channels, toggle premium progress bar, etc.

When NOT to use:

  • Channels → use channels_modify. Roles → use roles_modify. Welcome screen → use guild_modify_welcome_screen.

Returns: projected guild shape {id, name, icon, owner_id, description, preferred_locale, features, untrusted_text}. name and description remain raw server-owner data; untrusted_text provides a separately fenced copy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNobase64 image data or null
nameNo
bannerNo
splashNo
featuresNo
guild_idYesGuild to modify
owner_idNoTransfer ownership (must already be guild owner)
afk_timeoutNo
descriptionNo
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)
afk_channel_idNo
discovery_splashNo
preferred_localeNo
rules_channel_idNo
system_channel_idNo
verification_levelNo
system_channel_flagsNoSystem channel flags bitfield (see Discord docs)
explicit_content_filterNo
safety_alerts_channel_idNo
public_updates_channel_idNo
premium_progress_bar_enabledNo
default_message_notificationsNo

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, destructive=false, idempotent=true; description avoids contradiction. Adds behavioral context: 'Pass only fields you want to change' (partial update) and return shape details, including caveat that name and description remain raw with untrusted_text as separately fenced copy.

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 and uses bold headers and bullet lists to separate purpose, usage, and returns. No filler; each section earns its place.

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?

Despite the 22-parameter complexity and low schema coverage, the description covers core scenarios, returns shape, and important data-safety caveats. However, it doesn't enumerate all parameters or their semantics, so completeness is solid but not exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema coverage at 23%, the description must compensate but only offers thematic examples (rename, verification level, channels, premium bar) without mapping to parameter names. Most of the 22 parameters (banner, splash, features, owner_id, afk_timeout, system_channel_flags, etc.) are left unexplained, so agents cannot infer valid values or constraints.

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?

Description uses specific verb 'Update' and noun 'guild-level settings', and enumerates example fields (rename, verification level, channels, premium progress bar). It distinguishes from sibling tools by explicitly naming channels_modify, roles_modify, and guild_modify_welcome_screen.

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

Usage Guidelines5/5

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

Has dedicated 'When to use' and 'When NOT to use' sections. The NOT-to-use section identifies exact alternative sibling tools (channels_modify, roles_modify, guild_modify_welcome_screen), giving clear decision criteria.

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