Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYTHONPATHYesThe path to the project's src directory.
SOUNDMAGIC_ROOTYesThe absolute path to the SoundMagic project root.

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
soundmagic_capabilitiesA

List installed models, validation status, input paths and complete request schema; does not wake the GPU.

soundmagic_submitA

Queue local audio creation/editing and wake an idle worker. Returns a job ID immediately.

soundmagic_statusA

Read a job or worker state. Does not wake the GPU or extend the warm timeout.

soundmagic_waitA

Wait up to 50 seconds for completion, failure or cancellation. Repeat for long jobs.

soundmagic_cancelA

Cancel one queued/running job. Running cancellation terminates its GPU worker.

soundmagic_releaseA

Release GPU memory and stop the scheduler after queued/running jobs finish.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/JasondeWest/SoundMagic'

If you have feedback or need assistance with the MCP directory API, please join our Discord server