Skip to main content
Glama
cappyeo

discord-mcp

guild_list_voice_regions

Read-onlyIdempotent

List voice regions for a Discord guild, including VIP regions, to pick an rtc_region for voice or stage channels.

Instructions

Purpose: List voice regions available to a guild (incl. VIP regions).

When to use:

  • Pick an rtc_region for a voice/stage channel.

Returns: {regions:[{id, name, optimal, deprecated, custom}], count}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guild_idYesGuild to query

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, openWorldHint, idempotentHint, and destructiveHint=false. The description adds return shape details (regions with id, name, optimal, deprecated, custom) and notes VIP regions, but does not disclose rate limits, permissions, or other behavioral traits. This is a modest addition beyond 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 succinctly organized with bolded Purpose, When to use, and Returns sections. It is front-loaded with the main purpose and contains no unnecessary words or filler.

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?

The tool is a simple read-only list operation with one parameter. The description covers purpose, usage, and return format, while annotations cover safety and idempotency. It is fully complete for this level of complexity.

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 only parameter, guild_id, is fully described in the schema as 'Guild to query' with 100% coverage. The description adds no additional parameter-specific information, so it remains at the baseline for high schema coverage.

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 states 'List voice regions available to a guild (incl. VIP regions)' with a specific verb and resource. It distinguishes from the sibling 'voice_list_regions' by explicitly mentioning guild scope and VIP inclusion.

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 'When to use' section gives a concrete scenario: 'Pick an rtc_region for a voice/stage channel.' This provides clear context but does not explicitly mention alternatives or when not to use the tool, so it lacks explicit exclusions.

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