Skip to main content
Glama

project_set_metadata

Set project render metadata fields like title, artist, and album in REAPER. Values are written to all embedded tag formats, preserving them across any render format.

Instructions

Set project render metadata fields. Non-empty fields are written.

Each field is written to every tag format REAPER can embed on render (ID3 for mp3/wav-bwf, VORBIS for flac/ogg, APE for mpc/wv) so the value survives regardless of the render format chosen later. Empty strings are ignored and leave any existing value for that field untouched. Setting a field again overwrites its previous value.

Args: title: Track / project title. author: Artist / author. album: Album name. comment: Free-form comment. genre: Genre. year: Year / date. track_number: Track number. composer: Composer. isrc: ISRC code. copyright: Copyright string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isrcNo
yearNo
albumNo
genreNo
titleNo
authorNo
commentNo
composerNo
copyrightNo
track_numberNo
Behavior5/5

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

With no annotations, the description carries the full burden and does well: it discloses that non-empty fields are written, empty strings are ignored (preserving existing values), and repeat calls overwrite previous values. It also reveals the cross-format tag embedding behavior, a non-obvious side effect.

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 compact and well-structured: a one-sentence summary, a short explanatory paragraph, and a bulleted Args list. Every sentence adds information, and the most important behavior (non-empty fields written) appears first.

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 absence of annotations and output schema, the description covers core behavior well, including edge cases like empty-string handling and overwrites. Minor gaps remain, such as explicit notes on return values or the effect of calling with all fields empty, but those are inferable from the described semantics.

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?

Schema description coverage is 0%, so the description's Args list is essential. It provides concise but meaningful definitions for all 10 parameters (e.g., 'ISRC code', 'Year / date'), adding semantics absent from the raw schema. The definitions are adequate, though they could be more detailed.

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 opens with 'Set project render metadata fields,' using a clear verb and resource that distinguishes it from sibling tools like project_get_metadata and project_set_notes. The scope is unambiguous and specific to metadata tagging.

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?

No explicit when-to-use or alternative guidance is given, but the name and opening sentence imply its role as the setter for project metadata. The description focuses on mechanics (non-empty behavior, tag formats) rather than when to choose this over alternatives, so usage is only implied.

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