Skip to main content
Glama

discord_edit_channel

Edit a Discord channel's name, topic, category, or position by providing the channel ID and desired changes.

Instructions

Edits a Discord channel's name, topic, parent category, or position

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name for the channel
topicNoNew topic for the channel
reasonNoReason for editing (shown in audit log)
parentIdNoThe ID of a category to move the channel under
positionNoNew position of the channel in the list
channelIdYesThe ID of the channel to edit

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.5.0

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects. It only states the action 'edits' without mentioning potential consequences like permission requirements, channel reordering effects, or failure modes when the channel does not exist.

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 a single, concise sentence that directly conveys the tool's purpose without redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core purpose and all parameters are explained in the schema. However, it does not mention return behavior or error handling, which would be useful for a mutation tool, especially since no annotations provide such context.

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 schema has 100% coverage with descriptions for all six parameters. The description adds no extra meaning beyond the schema, so the baseline of 3 is appropriate.

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 action 'Edits' and the specific resource 'Discord channel', listing the four editable attributes (name, topic, parent category, position). This distinguishes it from sibling tools like create or delete channel operations.

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 usage for modifying existing channels but does not explicitly state when to prefer this tool over alternatives like discord_edit_category or discord_edit_message. No annotations provide additional context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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