Skip to main content
Glama

mcp_opendaw_create_ghost_notes

Add ghost notes to drum patterns by inserting low-velocity notes at off-beat positions, filling gaps between hits to add groove and complexity to MIDI tracks.

Instructions

Add ghost notes (quiet grace notes) to existing drum/MIDI patterns.

Ghost notes are very quiet notes placed between main hits, adding groove and complexity. Essential for funk, R&B, neo-soul, and hip-hop drumming. They fill spaces between snare/kick hits with subtle taps that make the beat feel alive.

Inserts new low-velocity notes at off-beat positions where no notes currently exist. Works on the first note track of the specified AU/track.

unit_index: AU index. track_index: Note track index (-1 = first note track). region_index: Region index (-1 = first region). density: Probability of adding a ghost note at each empty 16th position (0.2 = sparse, 0.5 = busy). velocity: Ghost note velocity 0-1 (0.25 = very quiet, 0.4 = audible). seed: Random seed for reproducibility.

Returns number of ghost notes added and positions.

Example: create_ghost_notes(unit_index=0, density=0.35, velocity=0.3, seed=99)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
densityNo
velocityNo
unit_indexNo
track_indexNo
region_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

It discloses key behaviors: inserts low-velocity notes at off-beat positions where no notes exist, works on the first note track, and returns count and positions. It also details parameter effects on density and velocity, though it doesn't mention reversibility or failure modes.

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 well-structured with a clear lead sentence, parameter list, return value, and example. Every section adds value without unnecessary repetition.

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?

It covers purpose, behavior, parameters, and return value. It even includes an example call. The output schema is true but the description already tells what it returns, making it complete for a tool of this complexity.

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 description explains every parameter beyond the schema: unit_index, track_index, region_index, density, velocity, and seed, with ranges and examples. This fully compensates for the 0% schema description coverage.

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 explicitly states 'Add ghost notes (quiet grace notes) to existing drum/MIDI patterns', which is a specific verb+resource. It distinguishes from sibling tools like create_drum_pattern by focusing on adding quiet grace notes to existing patterns.

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?

It provides context for when to use it: 'Essential for funk, R&B, neo-soul, and hip-hop drumming.' It also explains it inserts notes at off-beat positions and works on the first note track, but does not explicitly compare to 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-ai/opendaw-mcp'

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