Skip to main content
Glama

Freesound MCP Server

by timjrobinson

get_similar_sounds

Find audio samples similar to a specific sound by ID, with options to filter by content descriptors and paginate results.

Instructions

Find sounds similar to a given sound

Input Schema

NameRequiredDescriptionDefault
sound_idYesThe ID of the sound to find similar sounds for
descriptors_filterNoFilter similar sounds by content descriptors
pageNoPage number (default: 1)
page_sizeNoNumber of results per page (default: 15)

Input Schema (JSON Schema)

{ "properties": { "descriptors_filter": { "description": "Filter similar sounds by content descriptors", "type": "string" }, "page": { "description": "Page number (default: 1)", "type": "number" }, "page_size": { "description": "Number of results per page (default: 15)", "type": "number" }, "sound_id": { "description": "The ID of the sound to find similar sounds for", "type": "number" } }, "required": [ "sound_id" ], "type": "object" }

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/timjrobinson/FreesoundMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server