Skip to main content
Glama

create_project

Initializes a new REAPER project for AI-driven mixing, mastering, or MIDI composition, preparing an empty session for production.

Instructions

Create a new REAPER project.

Note: REAPER has no API to name a project that has never been saved, so this server has no way to name one either. The removed name parameter never took effect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.7.3

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It usefully discloses that the project cannot be named and that the removed `name` parameter never took effect, but it omits whether creating a project discards unsaved changes, what happens to the current project, and what the tool returns.

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?

Two sentences: the first states the action, the second gives a relevant caveat. It is front-loaded, efficient, and has no wasted text.

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 project-creation mutation with no annotations and no output schema, the description covers the naming limitation but leaves out key side-effect context, such as impact on the currently open project and whether unsaved changes are affected.

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 schema has 0 parameters, so the baseline is 4. The description additionally explains why there is no `name` parameter, which prevents an agent from expecting one.

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?

States a specific verb and resource: 'Create a new REAPER project.' This clearly distinguishes it from open_project, save_project, and other project-management siblings in the tool list.

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?

Usage is implied by the name and the word 'new,' but there is no explicit guidance on when to use this versus open_project or save_project. No exclusions or prerequisites are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools