Skip to main content
Glama
EYamanS

fmod-studio-mcp

by EYamanS

fmod_workspace_addEvent

Add a new event to the FMOD Studio project with a specified name and an optional spatializer on its master track.

Instructions

Adds an event with the given name to the project . Returns the event's ManagedObject . [method · workspace.addEvent]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe string value to assign the new event.
withSpatializerYesA bool value determining whether to add an FMOD spatializer to the new event's master track .
Behavior2/5

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

No annotations are provided, so the description must bear the full weight. It only states the basic action and return, but lacks details on side effects, such as whether the event is automatically added to a specific folder, if the project must be loaded, or any permission requirements.

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 a single sentence plus a method note, which is concise. However, the method tag '[method · workspace.addEvent]' is extraneous for an AI agent. Still, it is well-structured and front-loaded.

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 returning a ManagedObject, the description does not explain the return structure or any other outputs. No output schema exists, so more details would help. It also omits information about the event's initial state, such as default settings or whether it is immediately part of the workspace hierarchy.

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

Parameters2/5

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

The description adds context for 'withSpatializer' (adding an FMOD spatializer) but contradicts the schema by implying 'name' is a string and 'withSpatializer' is a bool, while the schema accepts string, number, boolean for both. This inconsistency reduces clarity. However, with 100% schema description coverage, the baseline is 3, but the contradiction drops it to 2.

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?

Clearly states the action (adds an event), the resource (project), and the return value (ManagedObject). The verb 'add' and the noun 'event' are specific. The sibling tools include different actions like adding game parameters or tags, so this tool is distinctly identified.

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 on when to use this tool versus alternatives such as fmod_create_event or other add tools. There is no mention of context, prerequisites, or when not to use this tool.

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