Skip to main content
Glama

audio_mixer

Control Unity AudioMixer parameters, list groups and snapshots, transition between snapshots, and manage AudioSource components.

Instructions

Manage Unity AudioMixers and AudioSources. Actions:

  • list: List all AudioMixer assets in the project

  • get_groups: Get mixer groups (channels)

  • get_snapshots: Get mixer snapshots

  • set_float: Set an exposed parameter value

  • get_float: Get an exposed parameter value

  • transition_snapshot: Transition to a named snapshot over duration

  • get_exposed_parameters: List all exposed parameters with current values

  • get_audio_sources: List all AudioSource components in the scene

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoFloat value to set
actionYesAudioMixer action to perform
durationNoTransition duration in seconds (default: 1)
mixerNameNoName of the AudioMixer to find
mixerPathNoAsset path to the AudioMixer
snapshotNameNoName of the snapshot to transition to
parameterNameNoName of the exposed parameter
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only show readOnlyHint=false, so description must disclose behavior. It lists actions but does not explain side effects, persistence, or error handling. Minimal behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Very concise: one-line purpose followed by bullet list of actions. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite actions listing, the description lacks context on prerequisites, output expectations, or how actions chain. Complexity is moderate (7 params, 8 actions) and description is too sparse.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. The description adds a list of actions but doesn't clarify which parameters correspond to each action. Baseline 3, no extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it manages AudioMixers and AudioSources and lists 8 specific actions. It distinguishes from sibling tools which are unrelated to audio.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use vs alternatives. The action list implies use for audio mixer operations, but no exclusions or context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/joel-wehr/unity-mcp'

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