Skip to main content
Glama
cappyeo

discord-mcp

soundboard_create_guild_sound

Upload a new soundboard sound to a Discord guild. Provide guild ID, sound name, and base64 audio data (MP3, OGG, or WAV up to 512 KB).

Instructions

Purpose: Upload a new soundboard sound to a guild.

sound must be a base64 data URI (audio/mpeg|ogg|wav), max 512 KB raw.

Returns: {sound_id, name, volume, emoji_id, emoji_name}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSound name (2..32 chars)
soundYesBase64-encoded audio data URI (mp3/ogg/wav)
volumeNoPlayback volume 0..1 (default 1)
emoji_idNoCustom emoji to display
guild_idYesTarget guild
emoji_nameNoUnicode emoji to display
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations provide only generic hints (readOnlyHint=false, openWorldHint=true). The description adds meaningful constraints (base64 data URI, max 512 KB raw) and return shape, which helps, but it doesn't disclose permissions, rate limits, or failure behavior. It carries some burden beyond annotations but not exhaustively.

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 brief, well-structured with bold labels, and every sentence adds value: purpose, key constraint, and return. No fluff or repetition.

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

Completeness4/5

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

Given the 7-parameter schema, output schema, and annotations, the description adequately covers the most complex parameter (sound) and expected returns. It doesn't discuss errors or prerequisites, but the essential details are present. It could mention alternatives to sibling tools, but that overlaps with usage guidelines.

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?

Schema covers all 100% of parameters, but the description adds the crucial 'max 512 KB raw' constraint on sound not present in the schema. It also summarizes the return object, reinforcing parameter meanings. This goes beyond the baseline for full 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 'Upload a new soundboard sound to a guild' with a clear verb and resource. It naturally distinguishes from siblings like soundboard_modify_guild_sound and soundboard_delete_guild_sound by emphasizing 'new'.

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

Usage Guidelines3/5

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

The purpose implies when to use it (creating a new sound), but it doesn't explicitly compare to alternatives like modify or delete. There's no 'when not to use' or mention of sibling tools, so guidance remains implied.

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