Skip to main content
Glama

discord_edit_channel

Idempotent

Update a Discord channel's name, topic, slowmode, or NSFW flag. Only specified fields are changed; requires Manage Channels permission.

Instructions

Update a channel's name, topic, slowmode, or NSFW flag. Only provided fields change; topic and slowmode apply to text channels only. Requires the Manage Channels permission. Returns a confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYesID (snowflake) of the channel to edit.
nameNoNew channel name (max 100 characters).
topicNoNew topic/description (text channels only).
slowmodeNoPer-user message cooldown in seconds, 0–21600. 0 disables slowmode.
nsfwNoMark (true) or unmark (false) the channel as age-restricted (NSFW).
Behavior3/5

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

Annotations already indicate idempotent and non-destructive behavior. The description adds that the tool returns a confirmation and that only provided fields change. It does not detail side effects, rate limits, or audit log implications, but is consistent with 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?

Three sentences: first defines purpose and fields, second adds constraints, third states return value. No unnecessary words, front-loaded with key information.

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?

Covers purpose, constraints, permissions, and response. Lacks explicit mention that NSFW flag applies to all channels or that name has a max length (covered by schema). Overall sufficient given schema and annotations.

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

Parameters4/5

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

Schema coverage is 100%. The description adds value by clarifying that slowmode also applies only to text channels (schema only mentions it for topic) and that the update is partial. This supplements the schema 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 the verb 'Update' and specifies the resource 'channel', and lists specific fields (name, topic, slowmode, NSFW flag) that can be modified. This distinguishes it from sibling tools like discord_edit_message or discord_edit_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 context on partial updates ('Only provided fields change') and channel-type constraints ('topic and slowmode apply to text channels only'). It also mentions required permission. However, it does not explicitly contrast with alternative tools like discord_set_channel_position or discord_move_channel.

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

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