Skip to main content
Glama
EYamanS

fmod-studio-mcp

by EYamanS

fmod_AutomatableObject_addModulator

Add a modulator to a property of an FMOD Studio automatable object. Specify the target object, modulator type, and property name to modulate.

Instructions

Creates a model.Modulator for a given property of the automatable object. Returns the modulator ManagedObject . [method · AutomatableObject.addModulator]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesObject to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'.
propertyNameYesThe name of the property to modulate with the newly create modulator.
modulatorTypeYesType of modulator to add. Must be RandomizerModulator , ADSRModulator , SidechainModulator or AutopitchModulator .
Behavior2/5

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

No annotations are provided, so the description must bear full burden. It only states creation and return of a ManagedObject, but fails to disclose side effects, permissions, or whether the operation is destructive. The minimal description leaves behavioral uncertainty.

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

Conciseness4/5

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

The description is one sentence of 21 words, front-loaded with the core action. It includes a reference annotation in brackets which may aid traceability. However, it could be slightly more structured with separate sections for clarity.

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

Completeness3/5

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

Given the tool has 3 required parameters, no output schema, and no annotations, the description is minimally adequate. It states the return object but omits side effects, prerequisites, or behavioral context. Compensates partially by being clear about return type, but gaps remain.

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 the schema already documents all three parameters. The description adds no additional parameter-level detail beyond echoing 'for a given property', which is already in the schema's parameter description.

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 creates a model.Modulator for a given property of an automatable object, and indicates it returns a ManagedObject. The verb 'Creates' and resource 'Modulator' are specific, but it does not explicitly distinguish from the similar sibling tool fmod_AutomatableObject_addAutomator.

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?

The description implies when to use it (when adding a modulator to an automatable object property) but provides no explicit guidance on when not to use it or how it differs from adding an automator. Usage context is only implicit.

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