Skip to main content
Glama

track_template_save

Save a track's full state including FX chain, sends, volume, pan, color, and automation as a named template on disk.

Instructions

Save a track's full state (FX chain, sends, volume/pan/color, automation) as a named template on disk.

Templates are stored at %APPDATA%/reaper_mcp/track_templates/<name>.template.

Args: track_index: 0-based track index to save. name: Template name (letters/digits/space/-_() only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes
nameYes
Behavior4/5

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

No annotations are provided, so the description must fully disclose behavior. It does so by stating it saves to disk at a specific path (%APPDATA%/reaper_mcp/track_templates/<name>.template) and lists exactly what state is captured. However, it does not mention whether overwriting occurs or if there are any side effects, which would improve transparency.

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 concise with two paragraphs plus an Args list. Every sentence adds information: the first sentence explains the purpose and scope, the second gives the file path, and the Args list clarifies parameters. No wasted words.

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?

For a tool without an output schema, the description adequately explains the action and inputs, including naming restrictions and file location. However, it does not describe the return value or behavior on existing templates (overwrite vs error), leaving some gaps for a complete understanding.

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?

Input schema has 0% coverage (no descriptions), so the description must add meaning. It provides clear parameter explanations: track_index is 0-based track index, name has allowed characters. This adds significant value beyond the schema types, compensating for the lack of schema descriptions.

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 saves a track's full state as a named template on disk, specifying exact components (FX chain, sends, volume/pan/color, automation). This distinguishes it from sibling template tools like track_template_apply or track_template_delete.

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

Usage Guidelines3/5

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

The description explains what the tool does but does not provide guidance on when to use it over alternatives (e.g., not specifying that it should be used for saving a template rather than applying or deleting one). No explicit when-not or alternative suggestions.

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/Reaper-MCP'

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