Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDPANAL_USERNoYour RedPanal username (required for uploading audios)
REDPANAL_PASSWORDNoYour RedPanal password (required for uploading audios)

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_audiosC

List audios from RedPanal with optional filters.

get_audio_detailC

Get audio details by ID.

download_sampleC

Downloads a sound from RedPanal.org by its url and converts it to a WAV Returns info_txt plus a JSON dump of a list with sound info.

upload_audioC

Upload an audio file to RedPanal (requires auth).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: download_sample downloads and converts a sound, get_audio_detail retrieves details by ID, list_audios lists with filters, and upload_audio uploads. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., download_sample, get_audio_detail, list_audios, upload_audio). No mixing of conventions.

Tool Count4/5

With 4 tools, the set is concise and not excessive. It covers core operations for a sound library, though it is on the minimal side but still appropriate for the scope.

Completeness3/5

The tool set covers listing, detail retrieval, upload, and download, but lacks update and delete operations for audio items, which are notable gaps for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues