Skip to main content
Glama
timjrobinson

Freesound MCP Server

by timjrobinson

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FREESOUND_API_KEYYesYour Freesound API key from https://freesound.org/apiv2/apply

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_soundsC

Search for sounds on Freesound using text queries

get_soundC

Get detailed information about a specific sound

get_sound_analysisC

Get audio analysis data for a specific sound

get_similar_soundsC

Find sounds similar to a given sound

get_userC

Get information about a Freesound user

get_user_soundsC

Get sounds uploaded by a specific user

get_packC

Get information about a sound pack

get_pack_soundsC

Get sounds from a specific pack

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting different resources and operations. The tools cover packs, sounds, users, and search with no overlap in functionality, making it easy for an agent to select the right tool.

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern with 'get_' or 'search_' prefixes. The naming is uniform and predictable throughout the set, using snake_case consistently.

Tool Count5/5

With 8 tools, this server is well-scoped for a Freesound API interface. Each tool serves a specific purpose in retrieving or searching for audio-related data, and none appear redundant or unnecessary.

Completeness4/5

The toolset provides comprehensive read/search operations for sounds, packs, and users, covering core workflows. A minor gap exists in lacking upload or modification tools, but this is reasonable for a retrieval-focused server.

Maintenance

ActivityInactive
ResponsivenessNo issues