Skip to main content
Glama
EYamanS

fmod-studio-mcp

by EYamanS

fmod_GroupTrack_addSound

Adds a sound to a GroupTrack parameter sheet. Define target (path/GUID), parameter, sound type, start position, and length.

Instructions

Adds an instrument to the track on the model.Parameter specified. Returns the model. [method · GroupTrack.addSound]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startYesThe numerical position of the new model.Sound . The value must be within the parameter 's range.
lengthYesThe numerical length of the new model.Sound .
targetYesObject to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'.
parameterYesThe parameter sheet to add the sound to.
soundTypeYesThe type of the model.Sound . Must be model.SingleSound , model.MultiSound , or model.ProgrammerSound .
Behavior2/5

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

No annotations are provided. The description only mentions that it 'Returns the model' but lacks details on side effects, permissions, or error conditions. For a tool that modifies state, more behavioral disclosure is needed.

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

Conciseness3/5

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

The description is very short (one sentence plus a reference) but lacks clarity and precise wording. It is not overly verbose, but conciseness without clarity is not optimal.

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?

Given the tool has 5 required parameters, no output schema, and no annotations, the description is insufficient. It does not explain prerequisites, return value semantics, or error cases. More context is needed for safe and correct usage.

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%, so all parameters are described in the input schema. The description adds no additional semantic meaning beyond what the schema already provides. Baseline score of 3 applies.

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

Purpose3/5

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

The description states the action ('Adds an instrument') and the resource ('to the track on the model.Parameter specified'), but the phrasing is awkward ('model.Parameter specified') and uses 'instrument' instead of 'sound', which may confuse the agent. It distinguishes from sibling tools like fmod_Event_addGroupTrack but is not fully clear.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. Siblings such as fmod_Event_addGroupTrack or other add tools exist, but the description offers no context for selection.

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/EYamanS/fmod-studio-mcp'

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