Skip to main content
Glama

Freesound MCP Server

by timjrobinson

get_sound

Retrieve detailed information about specific audio samples from Freesound.org using sound IDs and content descriptors to analyze sound characteristics and metadata.

Instructions

Get detailed information about a specific sound

Input Schema

NameRequiredDescriptionDefault
sound_idYesThe ID of the sound
descriptorsNoComma-separated list of content-based descriptors to include

Input Schema (JSON Schema)

{ "properties": { "descriptors": { "description": "Comma-separated list of content-based descriptors to include", "type": "string" }, "sound_id": { "description": "The ID of the sound", "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