Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FREESOUND_API_KEY | Yes | Your Freesound API key from https://freesound.org/apiv2/apply |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_sounds | Search for sounds on Freesound using text queries |
| get_sound | Get detailed information about a specific sound |
| get_sound_analysis | Get audio analysis data for a specific sound |
| get_similar_sounds | Find sounds similar to a given sound |
| get_user | Get information about a Freesound user |
| get_user_sounds | Get sounds uploaded by a specific user |
| get_pack | Get information about a sound pack |
| get_pack_sounds | Get sounds from a specific pack |