Skip to main content
Glama

apply_changes

Destructive

Apply an approved EditPlan of symbolic edits (tempo, transposition, effects, patterns) to a REAPER project, with all changes grouped under one undo block for simple reversal.

Instructions

Execute an approved EditPlan: symbolic edits (transpose, rewrite progression MIDI, swap/add FX, retarget tempo, write grooved patterns), all wrapped in one Undo_BeginBlock/EndBlock so a single Ctrl+Z reverts everything.

Pass back the exact plan the user approved — do not re-derive it here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYesThe output of `recommend_changes` (read-only) and the input to `apply_changes` (gated).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate destructiveHint: true, so the description's mention of 'Execute' aligns. Additionally, it reveals that edits are wrapped in Undo_BeginBlock/EndBlock for single undo, which is valuable behavioral context beyond annotations. However, it does not detail side effects like project state changes or necessary permissions.

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 consists of two concise sentences. The first covers the main action and undo behavior, the second provides a critical usage instruction. No unnecessary words, and the key information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has one parameter with a complex nested schema and an output schema exists, the description provides a clear purpose and a key behavioral note (undo grouping). It lacks explicit mention of prerequisites (e.g., requirement of a prior approved plan) or return value details, but remains largely complete for its complexity.

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

Parameters4/5

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

The single parameter 'plan' is fully detailed in the schema (100% coverage). The description adds semantic value by instructing to 'Pass back the exact plan the user approved — do not re-derive it', clarifying it must be the output of recommend_changes, not a newly generated plan.

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 tool executes an approved EditPlan, listing specific symbolic edits it performs. It distinguishes from siblings like recommend_changes by explicitly saying 'do not re-derive it here', establishing it as the execution step after approval.

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 this tool is used after a plan is approved by saying 'pass back the exact plan the user approved — do not re-derive it'. This differentiates from recommend_changes, but does not explicitly state the workflow or list alternatives, leaving room for clearer usage guidance.

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/mal0ware/Orpheus'

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