Skip to main content
Glama
EYamanS

fmod-studio-mcp

by EYamanS

fmod_MarkerTrack_addRegion

Add a region to a marker track at a given position and length, with configurable name and loop mode.

Instructions

Adds a destination region to the marker track at the given position with the given length. Returns the newly created region's ManagedObject . [method · MarkerTrack.addRegion]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe string value to assign the new region.
lengthYesThe numerical length of the new region.
targetYesObject to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'.
loopModeYesA number representing the region's loop mode. Defaults to project.regionLoopMode.Looping if loopMode is undefined . The loop mode can be set by passing in a valid loopMode argument, as described by the Project.regionLoopMode enum.
positionYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions returning a ManagedObject but fails to disclose any side effects, necessary permissions, or constraints (e.g., whether the marker track must exist).

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?

The description is a single, efficient sentence with no unnecessary words. It includes the method reference for additional context.

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 5 required parameters and no output schema or annotations, the description lacks critical details such as loopMode meaning, position format, and the concept of a destination region. An AI agent would need more context to use this tool correctly.

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 description coverage is 80%, and the description adds little beyond what the schema already provides. The 'position' parameter has an empty description in the schema, and the description does not clarify its format or unit.

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

Purpose5/5

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

The description clearly states the action: add a destination region to the marker track with given position and length, and specifies the return type (ManagedObject). This distinguishes it from sibling tools like addNamedMarker or addSustainPoint.

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 does not provide guidance on when to use this tool vs alternatives (e.g., addTransitionRegion). No prerequisites or exclusions are mentioned.

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