Skip to main content
Glama

mcp_opendaw_set_time_stretch_cents

Set the pitch shift in cents on a time-stretched audio region. Adjust playback by specifying cents between -1200 and +1200.

Instructions

Set the pitch shift (in cents) on a time-stretched audio region.

100 cents = 1 semitone. Range: -1200 to +1200 cents (clamped). Only works on time-stretched regions (created with create_time_stretched_region).

unit_index: AU index. track_index: Track index within the AU. region_index: Audio region index. cents: Pitch shift in cents (-1200 to +1200).

Returns new playback rate and cents, or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
centsYes
unit_indexYes
track_indexYes
region_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries full burden for behavioral traits. It discloses that the tool sets pitch shift with clamping, returns new playback rate and cents or error, and only works on specific regions. It does not explicitly mention that it modifies the region's playback rate (implied by return value) or discuss side effects, undo capability, or authorization needs, but is still fairly transparent.

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, using short paragraphs and bullet-style lines for parameters. The first line clearly states the tool's purpose. Every sentence adds value: range, prerequisite, parameter explanations, return value. No redundancy or filler.

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 that an output schema likely exists and the description mentions return values, it covers the essential behavior. It could mention that the region must exist or error scenarios, but for a simple setter, it is sufficiently complete.

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?

Schema description coverage is 0%, so the description must explain each parameter. It does so for all four parameters: unit_index, track_index, region_index, and cents, including the range and meaning of cents. This fully compensates for the missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool sets the pitch shift in cents on a time-stretched audio region, specifying the action ('set'), the domain ('time-stretched audio region'), and the unit ('cents'). It implicitly distinguishes from sibling tools like set_note_cents (MIDI) or set_transpose (general) by focusing on time-stretched regions, but does not explicitly contrast with them.

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 explicitly states the prerequisite: 'Only works on time-stretched regions (created with create_time_stretched_region).' This tells the agent when not to use it. It also provides the valid range and clamping behavior. However, it does not mention alternative tools for non-time-stretched regions, but the sibling list provides context.

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