Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RIR_OUTPUT_DIRNoSets the default destination for generated impulse responses. Without it, files land in ~/RIR-MCP/. A destination can also be given per request.~/RIR-MCP

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
generate_room_irA

Simulate a room and write a stereo impulse response WAV for convolution reverb. Returns a summary and the file path.

Translate the space the user described into dimensions and an absorption coefficient, following the guidance on each argument. Omitted arguments are randomised. Repeated calls vary even with identical arguments, so call again to get a different take on the same room.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The single tool name 'generate_room_ir' follows a clear verb_noun pattern and is descriptive, with no inconsistent conventions.

Tool Count4/5

The server has exactly one tool, which is on the low end but reasonable for the very specific purpose of generating room impulse responses. It is not excessive, and the narrow scope justifies the minimal count.

Completeness5/5

The tool fully covers the stated capability of simulating a room and writing a stereo impulse response WAV. There are no obvious missing operations within the declared domain.

Maintenance

ActivitySlowing
ResponsivenessNo issues