Skip to main content
Glama
grooving6

discord-mcp

by grooving6

Edit server

edit_server

Update Discord server settings including name, icon, AFK channel, system channel, and verification level. Specify only the fields you want to change.

Instructions

Update server settings. Only provided fields are changed. Requires Manage Server (and Manage Guild for icon/banner changes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoNew icon — a public image URL or base64 data URI. Pass "none" to remove the icon.
nameNoNew server name.
reasonNoReason recorded in the audit log.
serverNoServer (guild) name or id. Optional when the bot is in a single server or DISCORD_GUILD_ID is set.
afk_channelNoVoice channel to move idle members to (name or id). Pass "none" to clear.
system_channelNoChannel for system messages like join notifications (name or id). Pass "none" to clear.
verification_levelNoMinimum verification level: none, low (email), medium (5-min Discord account), high (5-min server member), very_high (phone verified).
afk_timeout_minutesNoMinutes of inactivity before moving members to the AFK channel. Allowed: 1, 5, 10, 15, 30, 60.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that only provided fields are changed (partial update) and required permissions. However, it does not describe error handling or whether the tool returns the updated server.

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?

Two sentences, front-loaded with purpose, no wasted words. Every sentence adds value.

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 8 parameters, 0 required, and no output schema, the description covers the update behavior and permissions. It could optionally mention the return value, but not necessary.

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 baseline is 3. The description adds 'Only provided fields are changed' which provides behavioral context, but does not add new semantics beyond the schema's detailed parameter descriptions.

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 it updates server settings, with a specific verb ('Update') and resource ('server settings'). It distinguishes from sibling tools like ban, delete, etc., which are different actions.

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?

It explicitly notes the required permissions (Manage Server, and Manage Guild for icon/banner changes), giving clear context for when to use. It does not mention alternatives, but the tool's specific purpose makes that unnecessary.

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