sounds
Server Details
Free CC0 sound effects for agents: search 4,000+ sounds, hotlink MP3/WAV, generate SFX from text.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsgenerate_soundAInspect
Generate a new sound effect from an English text description (1-12 seconds). Rate-limited to 3/day per client. Output is CC0. Takes 10-60s.
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | English description, e.g. 'heavy wooden door slam with echo' | |
| duration_s | No | Duration in seconds, 1-12 (default 4) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden and does so well by surfacing the 3/day rate limit, CC0 licensing, and 10-60s latency. It does not clarify whether the call is asynchronous or what the exact job/response semantics are, but it provides substantial operational context beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences, each adding distinct value: the core purpose, the rate limit, and the output/licensing/latency constraints. There is no repetitive or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a two-parameter generation tool, the description covers the key constraints: duration range, rate limit, license, and expected wait time. The only notable gap is that it does not describe what the API returns (e.g., a URL, binary audio, or job reference), which matters more because no output schema is provided.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and both parameters are already documented in the input schema. The description adds little new parameter meaning beyond restating 'English text description' and the 1-12 second duration range already present in the schema, so it stays at the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Generate'), a clear object ('a new sound effect'), and the input modality ('English text description'), making its purpose unmistakable. The word 'new' plus the sibling retrieval tools (get_job, get_sound, search_sounds) makes the distinction between creation and retrieval obvious.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrasing 'Generate a new sound effect' clearly implies this tool is for creating sounds rather than retrieving existing ones, and the sibling names reinforce that retrieval is handled elsewhere. It does not explicitly say 'use get_sound or search_sounds for existing sounds,' so it stops short of a fully explicit when/when-not statement.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_jobAInspect
Check the status of a generation job by job_id.
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. 'Check the status' does signal a read-only operation, but the description does not mention possible status values, polling expectations, or behavior for an unknown or expired job_id.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one short, focused sentence with no filler. It front-loads the action, resource, and parameter role, and every word contributes to understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter read-only tool, the description is mostly adequate, but it does not explain what the status response looks like or how job_id relates to the generate_sound workflow. With no output schema, the description could usefully mention that job_id is returned by generate_sound and that get_sound is used once the job completes.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage, so the description must compensate. The phrase 'by job_id' clarifies that the single required parameter identifies the generation job whose status is being checked, adding semantic context beyond the bare schema. It does not explain where job_id comes from, but the mapping is clear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb, 'Check', and a specific resource, 'status of a generation job', and identifies the required input 'job_id'. This clearly distinguishes get_job from siblings like get_sound and search_sounds, which operate on sound resources rather than job status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus alternatives. The description does not state that get_job should be used after submitting a generation job or before the sound is ready, leaving the agent to infer the workflow context from sibling names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_soundAInspect
Get full metadata for one sound by slug, including download URLs, generation prompt and measured acoustics (attack/tail/brightness + character labels).
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Sound slug, e.g. 'impact-punch-01' |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It conveys a read-only retrieval operation through 'Get' and is transparent about what is returned, including download URLs and acoustics. It stops short of detailing error behavior (e.g., 404 for unknown slug) or side effects, but for a simple getter the verb plus return details provide substantial transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence that leads with the primary action and then appends the key response contents. Every phrase earns its place; no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter getter with no output schema, the description is complete: it states the lookup key, the resource, and the return contents. The sibling context (generate_sound, search_sounds, get_job) plus the schema example cover the remaining usage context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents 'slug' with an example at 100% coverage, so the baseline is 3. The description adds only that the tool looks up 'by slug', which is consistent with the schema but does not add meaning beyond it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Get'), a clear resource ('full metadata for one sound'), and the lookup key ('by slug'). It also enumerates the metadata contents (download URLs, generation prompt, measured acoustics), which distinguishes it from siblings like search_sounds or generate_sound by making clear this is a single-item metadata retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage: when you have a slug and need full metadata for one sound, call this tool. However, it does not explicitly discuss when not to use it or how it compares to search_sounds (e.g., use search_sounds to find slugs) or get_job. The guidance is implicit rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_soundsAInspect
Search 4,000+ free CC0 sound effects by keyword. Returns direct, hotlinkable MP3/WAV URLs — no API key, no attribution required. Each result carries measured acoustics (attack_ms, tail_ms, centroid_hz) plus character labels like 'bright · punchy · tight' for picking the right variant.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, max 50) | |
| query | Yes | Keywords, e.g. 'door slam', 'rain', 'coin' | |
| category | No | Optional category slug: ui, retro-game, transition, impact, ambience, water, fire-electric, footsteps, door, mechanical, paper-fabric, glass, animal, crowd, cartoon, magic-scifi, horror, feedback, instrument, office |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that no API key is required, that returned URLs are direct and hotlinkable, and that each result includes acoustics and character labels. It does not mention rate limits or error behavior, but for a non-destructive keyword search the core behavioral traits are covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two dense, well-structured sentences with no filler. The core action is front-loaded, followed by useful output and selection details. Every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with no output schema, the description sufficiently explains the input style, licensing, URL output format, and result metadata. It relies on the schema for limit and category details and does not address sibling alternatives, but a caller can confidently invoke the tool with just this description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents query, limit, and category. The description complements the schema by explaining what the query does and what the results contain, but it does not add meaningful parameter-level detail beyond the structured descriptions, matching the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb+resource ('Search ... sound effects by keyword') and clearly communicates a search/retrieval purpose. It is distinct from its siblings semantically ('search' vs 'generate'/'get'), though it does not explicitly call out the sibling tools, so it falls just short of full differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool: when you need a CC0 sound effect by keyword and want direct, hotlinkable URLs without authentication or attribution. It does not explicitly name when-not-to-use alternatives, but it gives enough context to guide selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Free, copyright-safe AI music library for video creators and AI agents.
AI image, video and audio generation for agents: banners, reveal videos, avatars, voice cloning.
Search royalty-free BGM and sound effects (commercial use OK, no credit) and game fan arrangements.
Podcast intelligence for agents: transcripts, clips, speaker diarization, mention tracking.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to query the largest CC0 database for provenance, license verification, and market data, and generate CC0 images, all via pay-per-call x402 micropayments.
- AlicenseAqualityDmaintenanceEnables AI agents to search, browse, and play millions of meme sounds and sound effects from myinstants.com directly through the user's speakers. It supports streaming audio for trending clips, categories, and viral soundboard buttons to enhance agent interactions with reactive audio.312613MIT
- AlicenseNot gradedqualityCmaintenanceEnables local generation of game sound effects from text prompts using Stability AI's Stable Audio Open model, with no API keys or per-generation cost.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct role: generating a sound, checking an async job, fetching metadata by slug, and searching the catalog. No two tools could reasonably be confused for one another.
All tool names follow a clear verb_noun pattern: generate_sound, get_job, get_sound, search_sounds. The naming is consistent and predictable across the set.
Four tools is a well-scoped size for a sound-effect API covering generation, async status, metadata retrieval, and search. Each tool earns its place with no redundancy.
The surface covers the full workflow: generate a sound asynchronously, poll its job status, retrieve the resulting metadata, and search the existing catalog. No critical operations are missing for the stated domain.