Skip to main content
Glama
cappyeo

discord-mcp

channels_list

Read-onlyIdempotent

List all channels in a Discord guild to discover channel IDs by name or audit channel layout.

Instructions

Purpose: List all channels in a Discord guild.

When to use: discover channel IDs by name; audit channel layout.

Example: {guild_id:"999000999000999000"}

Returns: {channels:[{id,name,type,position,parent_id,nsfw}], count}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guild_idYesGuild to list channels for

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the scope ('all channels') and return format, but the return format is also present in the output schema, so it adds limited extra behavioral context beyond the 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?

The description is compact and well-organized with bold section labels for Purpose, When to use, Example, and Returns. Every sentence is purposeful and there is no filler or redundancy.

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

Completeness5/5

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

For a simple read-only tool with one parameter and an output schema, the description covers purpose, usage, example, and return shape. It is fully sufficient for an AI agent to select and invoke the tool correctly.

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 input schema already provides a full description for guild_id with 100% coverage. The description includes an example value but not additional semantic detail beyond what the schema already offers, so it does not raise the baseline.

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 'List all channels in a Discord guild' using a specific verb and resource. This distinguishes it from sibling tools like channels_get, which retrieves a single channel, and channels_list_active_threads_guild, which lists threads.

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 provides explicit use cases: 'discover channel IDs by name; audit channel layout'. This gives clear context for when to use the tool, though it does not explicitly name alternative tools or state when not to use it.

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

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