Skip to main content
Glama

Freesound MCP Server

by timjrobinson

get_pack_sounds

Retrieve audio samples from a specific Freesound pack by providing the pack ID. Access multiple sounds from organized collections with pagination support for browsing large packs.

Instructions

Get sounds from a specific pack

Input Schema

NameRequiredDescriptionDefault
pack_idYesThe ID of the pack
pageNoPage number (default: 1)
page_sizeNoNumber of results per page (default: 15)

Input Schema (JSON Schema)

{ "properties": { "pack_id": { "description": "The ID of the pack", "type": "number" }, "page": { "description": "Page number (default: 1)", "type": "number" }, "page_size": { "description": "Number of results per page (default: 15)", "type": "number" } }, "required": [ "pack_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