Skip to main content
Glama

mcp_opendaw_create_warp_marker

Create a warp marker in an audio region to map musical beats to audio seconds, anchoring the region's start and end for time or pitch stretching.

Instructions

Add a warp marker to a time-stretched or pitch-stretched audio region.

Warp markers define the mapping between musical position (ppqn) and audio time (seconds). The first and last markers are anchors — they pin the start and end of the audio.

unit_index: AU index. track_index: Track index within the AU. region_index: Audio region index. position_beats: Musical position in beats (e.g. 0.0 = start of region). seconds: Audio time in seconds at this position.

Returns the new marker count and the added marker's position/seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
secondsYes
unit_indexYes
track_indexYes
region_indexYes
position_beatsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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 explains the tool modifies audio regions by adding markers, mentions anchors, and states the return value. It could add more about reversibility or permissions, but the core behavior is disclosed.

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, front-loaded with the main purpose, and uses bullet points for parameter explanations. Every sentence adds value with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (mentioned in context signals), the description adequately explains the concept of warp markers and the tool's behavior. It covers the purpose, parameters, and return value, making it complete for a create tool.

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 input schema has 5 required parameters with no descriptions. The description lists each parameter with a brief explanation (e.g., 'unit_index: AU index.'), providing meaning beyond the schema titles and adding value for all parameters.

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 'Add a warp marker to a time-stretched or pitch-stretched audio region' and explains the concept of warp markers and anchors, distinguishing it from sibling tools like delete, update, and list warp markers.

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 clear context for when to use this tool (for time-stretched or pitch-stretched regions) and explains the role of warp markers, but does not explicitly state when not to use it or mention alternatives.

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