Description du serveur (copiée ; langue non vérifiée)
Free-text search over 4,600+ free CC0 sound effects. Use it for sound descriptions, additional constraints or gaps left by another tool. Choose get_role_sound for a named event or get_sound_set for multiple events when that fits the task; these are task branches, not a fixed sequence. Exact keyword matches come first, then semantic nearest neighbours; hard constraints are applied before the result limit and a request may validly return no qualified candidate with near-match diagnostics. Returns direct, hotlinkable MP3/WAV URLs and verified OGG (Vorbis) URLs where available — no API key, no attribution required — plus measured acoustics (attack_ms, tail_ms, centroid_hz), character labels like 'bright · punchy · tight', loop/file-QC status, and score/match as ranking evidence only (role = known role default, exact = all words hit, partial = some words hit, semantic = nearest by meaning).
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"required": [
"query"
],
"properties": {
"loop": {
"type": "boolean",
"description": "Require (true) or exclude (false) a candidate marked with prepared loop metadata; seam evidence is returned separately."
},
"limit": {
"type": "number",
"description": "Max results (default 20, max 50)"
},
"query": {
"type": "string",
"description": "Keywords or a natural-language description, e.g. 'door slam', 'soft UI confirmation chime', 'coin pickup'"
},
"format": {
"enum": [
"wav",
"mp3",
"ogg"
],
"type": "string",
"description": "Delivery format (ogg = Ogg Vorbis); loop=true defaults to WAV when omitted."
},
"category": {
"type": "string",
"description": "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"
},
"max_duration_ms": {
"type": "number",
"description": "Hard maximum delivered duration in milliseconds; format-specific measurement is required."
}
}
}