Skip to main content
Glama
cappyeo

discord-mcp

soundboard_list_default_sounds

Read-onlyIdempotent

Lists Discord's default soundboard sounds, including IDs, names, volumes, and emoji info. Get all globally available sounds at once.

Instructions

Purpose: List Discord-provided default soundboard sounds (available globally).

Returns: {sounds:[{sound_id, name, volume, emoji_id, emoji_name, available}], count, untrusted_names}. Names remain raw Discord data; untrusted_names provides a separately fenced copy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds valuable behavioral context beyond annotations by detailing the return structure and specifically noting that 'Names remain raw Discord data; untrusted_names provides a separately fenced copy,' which informs the agent about data trustworthiness and output nuance.

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 concise, with two clear sections: Purpose and Returns. It front-loads the core function and then efficiently describes the return payload, with no redundant or filler content.

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 list tool with rich annotations and an output schema, the description fully covers the essential context. It explains the return shape and the special handling of untrusted names, which is sufficient for an 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.

Parameters4/5

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

The tool has zero parameters and schema coverage is 100%, so the baseline is 4. The description adds no parameter information, but none is needed; it instead focuses on the return format, which is appropriate.

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 tool's function: 'List Discord-provided default soundboard sounds (available globally).' This specifies the verb 'list', the resource (default soundboard sounds), and the scope ('globally'), effectively distinguishing it from sibling tools like soundboard_list_guild_sounds.

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 implies usage context through 'Discord-provided default' and 'available globally', making it clear this is for platform-wide sounds rather than guild-specific ones. However, it does not explicitly name alternative tools for guild sounds, so there is clear context but no direct exclusion or alternative mention.

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