Skip to main content
Glama

snapshot_rename

Rename a mixer snapshot in FMOD Studio by specifying its target path or GUID and providing the new name.

Instructions

Rename a mixer snapshot.

Args: target: snapshot:/ path or {guid}. name: New name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
targetYes
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states the operation without revealing whether the rename is permanent/destructive, whether the old name is immediately replaced, whether bindings to the snapshot break, whether names must be unique, or what happens when a GUID references a nonexistent snapshot. For a mutation operation, these are significant gaps.

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 compact and front-loaded: the one-sentence purpose statement leads, followed by a clean args list. Each line is purposeful and there is no padding. However, the arg lines themselves are sparse, and 'name: New name' adds little value, slightly reducing the efficiency of the structure.

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 2-parameter mutation with no output schema and no annotations, the description delivers the core purpose and target format. However, it omits behavioral details (permanence, uniqueness, existence requirements) and usage prerequisites, making it minimally viable rather than fully complete for agents that need failure-mode awareness.

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?

Schema description coverage is 0%, so the description must compensate. The target parameter receives meaningful explanation (accepts snapshot:/ path or {guid}), but the name parameter gets only 'New name,' which is tautological with the schema property title. Compensation is partial at best, leaving one of two parameters under-specified.

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 verb 'Rename' with the defined resource 'mixer snapshot' is specific and distinct from siblings like snapshot_create, snapshot_delete, snapshot_info, and snapshot_list. 'Rename' inherently signals a different operation from these siblings, and the parameter format description (snapshot:/ path or {guid}) further clarifies scope.

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 on when to use this tool vs. alternatives such as snapshot_create or mixer_group_rename. It doesn't mention prerequisites like verifying the snapshot exists via snapshot_info/list first, nor does it exclude any use cases. A rename tool with similar sibling patterns (mixer_group_rename) would benefit from explicit differentiation.

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