Skip to main content
Glama
669px

Dc-MCP

by 669px

discord_create_category

Create a new category channel in a Discord guild, specifying its name, position, and permission overwrites. Use it to organize related channels into a clear, structured group.

Instructions

Create a category channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
reasonNo
guild_idNo
positionNo
overwritesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of explaining behavior. It only states the action in high-level terms and does not mention required server context, permission/overwrite effects, errors, idempotency, or any constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The one-sentence description is non-repetitive and easy to read, but it is under-specified rather than elegantly concise given that this is a 5-parameter mutation tool with no schema descriptions to fall back on.

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

Completeness2/5

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

With five parameters, no annotations, and zero schema description coverage, this description is not nearly complete enough for the tool's complexity. The output schema may document return shape, but operational context such as why/when to create a category and how settings interplay is absent.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no guidance for any of the five params: name, reason, guild_id, position, or overwrites. Agents must guess all semantic meaning from parameter titles alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('Create') and resource ('category channel'), so an agent can immediately understand what the tool does. It distinguishes from siblings like discord_create_text_channel and discord_create_voice_channel only by the resource type, not by explicit comparison.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternative channel creation tools. The agent is not told when a category channel is appropriate, what prerequisites exist, or how this differs from creating a text/voice/forum 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/669px/Dc-MCP'

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