Skip to main content
Glama

batch_edit

Apply multiple note, phoneme, voice, and parameter edits in a single atomic transaction, with snapshot rollback to undo failed or unwanted changes.

Instructions

Execute multiple note/phoneme/voice/parameter operations in a single atomic transaction with snapshot rollback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
operationsYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the atomic transaction behavior and snapshot rollback, which are key behavioral traits. It also implies the operations are batched and possibly reversible via rollback. However, it does not mention failure handling details or whether success is partial, but the atomicity covers that.

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 that is clear and front-loaded with the tool's core purpose (batch operations) and the key differentiator (atomic transaction with rollback). It is concise and well-structured, though it could benefit from a brief mention of dry_run or the list of operation types, but not necessary.

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 complexity of the tool (multiple operation types, atomicity), the description is adequate but not comprehensive. It lacks details on what happens on failure (though rollback implies), how to structure operations, and whether dry_run is available. However, the schema provides the operation list and parameters, so the description covers the core context. For a tool with no output schema and no annotations, it could be more 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 coverage is 0%, so the description must compensate. It mentions 'operations' implicitly through the list of operation types, and mentions 'dry_run' only in the schema, not in the description. The description does not explain the meaning of 'dry_run' or how operations are structured, relying on the schema. Since schema is structured, but description adds no parameter-specific detail, baseline 3 applies.

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 that the tool executes multiple operations (note/phoneme/voice/parameter) in a single atomic transaction with snapshot rollback. It distinguishes itself by emphasizing atomicity and rollback, which is not present in sibling tools. However, it does not explicitly list the exact operations, though the schema enumerates them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies its use for batch operations requiring atomicity, which differentiates it from individual sibling tools. It does not explicitly state when not to use it (e.g., for single operations) or mention alternatives, but the atomicity feature implies a clear use case. The lack of explicit exclusion lowers the score slightly.

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/shotarokawade/SV-MCP'

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