Skip to main content
Glama

event_set_folder

Organize FMOD events by moving them into folders or the master root inside FMOD Studio, ensuring proper event hierarchy and structure.

Instructions

Move an event into a folder (or the master folder root).

Args: target: event:// path or {guid}. folder: event:// folder path or {guid}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderYes
targetYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only says 'move' and gives argument formats, but does not disclose side effects, whether the folder must already exist, how 'master folder root' is expressed, or what happens if the target is already in the folder.

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 very concise: one clear sentence plus a compact argument list. Every word contributes, and the key action is front-loaded.

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?

For a simple two-parameter move operation, the description is adequate, but with no annotations and no output schema, it leaves gaps around root-folder syntax, failure behavior, and whether existing folder membership is removed. This is acceptable but not fully complete.

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 0%, so the description must compensate. It does add useful format guidance for both parameters ('event:// path or {guid}'), but it leaves ambiguity around the master folder root syntax and does not elaborate on folder hierarchy semantics.

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 uses a specific verb ('Move') with a clear resource ('event') and destination ('folder' or 'master folder root'). It clearly distinguishes this tool from siblings like folder_create, folder_list, and event_set_name.

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 given about when to use this tool versus alternatives, nor any prerequisites or exclusions. The description states the action but does not clarify when an agent should choose this over related event/folder tools.

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/xDarkzx/Dans_Fmod_Studio_MCP'

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