Skip to main content
Glama
berkal749

mcp-discord-mod

by berkal749

discord_mod_edit_channel

Update a Discord channel's name, topic, parent category, position, or slowmode using moderation tools.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name
topicNoNew topic
parentIdNoNew parent category ID
positionNoNew position
channelIdYesThe ID of the channel
rateLimitPerUserNoSlowmode in seconds (0-21600, 0 to disable)
Behavior2/5

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

The description lists editable fields but does not disclose behavioral traits beyond the schema. For example, it does not mention that changing parentId moves the channel, or that rateLimitPerUser only applies to text channels. With no annotations, the description carries the full burden for transparency, and it falls short.

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 front-loads the action and lists the editable fields. No extraneous information is included.

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 is adequate for a simple edit tool, but it lacks context on side effects (e.g., reordering when changing position) and does not clarify that multiple fields can be edited simultaneously (schema permits it, but description uses 'or' which might imply mutually exclusive). No output schema or annotations are present to supplement.

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 merely restates the fields without adding new meaning or context beyond what the schema already provides. It does not enhance understanding of parameter semantics.

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 resource (Discord channel), and lists the editable attributes (name, topic, parent category, position, slowmode). It is a specific verb+resource combination and distinguishes itself from sibling tools like create_channel or delete_channel.

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 when modifications to a channel are needed, but it lacks explicit guidance on when to use this tool versus other tools (e.g., create_channel, set_permissions) or prerequisites like permissions. No exclusions or alternatives are mentioned.

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

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