Skip to main content
Glama

mcp_opendaw_create_pitch_stretched_region

Create a pitch-stretched audio region on a track, preserving timing while allowing pitch manipulation via warp markers to tune audio to the project key.

Instructions

Place a pitch-stretched audio region on a track.

Pitch-stretch preserves the original timing but allows pitch manipulation via warp markers. Use this when you want to tune audio to project key without changing its duration.

sample_id: The ID returned by mcp_opendaw_load_audio. unit_index: Audio unit index (default 0). start_beat: Beat position to place the region. track_index: Track index within the audio unit (default 0). bpm: Source BPM of the sample (for warp marker calculation).

Returns position and duration in PPQN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmYes
sample_idYes
start_beatYes
unit_indexYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 burden. It discloses that pitch-stretch preserves timing, uses warp markers, and returns position/duration. However, it does not mention side effects, prerequisites, or what happens if parameters are invalid.

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 front-loaded with the purpose, followed by a concise explanation, then a parameter list, and ends with return info. Every sentence contributes value, and there is no redundancy.

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 5 required parameters and no nested objects, the description fully explains each parameter and the return type. The presence of an output schema (mentioned) further supports completeness. The description is adequate for an agent to use correctly.

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

Parameters5/5

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

The schema has 0% coverage (no parameter descriptions), but the tool description explains all 5 parameters, including their roles and defaults (e.g., 'sample_id: The ID returned by mcp_opendaw_load_audio', 'bpm: Source BPM of the sample (for warp marker calculation)'). This adds essential meaning.

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 verb and resource ('Place a pitch-stretched audio region on a track') and distinguishes it from time-stretched alternatives by explaining that pitch-stretch preserves timing. This differentiates it from sibling tools like 'create_time_stretched_region'.

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 provides explicit guidance: 'Use this when you want to tune audio to project key without changing its duration.' It does not explicitly state when not to use or list alternatives, but the usage context is clear.

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/AMEOBIUS-team/opendaw-mcp'

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