Skip to main content
Glama
cappyeo

discord-mcp

voice_list_regions

Read-onlyIdempotent

List all global voice regions for voice and stage channels, with id, name, optimal, deprecated, and custom flags.

Instructions

Purpose: List all global voice regions usable for voice/stage channels.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds meaningful context about the global scope and the returned shape, which is helpful beyond annotation signals. No contradictions with 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 extremely compact with two clearly labeled sections: Purpose and Returns. Every sentence contributes useful information, and the return shape is provided in a structured format.

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, zero-parameter, read-only listing tool with an output schema, the description covers scope, intended use, and response format. The mention of 'global' adequately separates it from the guild-specific sibling tool.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4. The description correctly includes no parameter-specific details, and the empty input schema means there is nothing further to explain.

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 uses a specific verb ('List') and identifies the exact resource ('global voice regions') plus the use case ('voice/stage channels'). The word 'global' distinguishes it from the sibling tool guild_list_voice_regions.

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 description clearly implies global scope, which gently distinguishes it from guild-specific voice-region listing. However, it does not explicitly state when to prefer this tool over the sibling guild_list_voice_regions or provide alternative guidance.

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