Skip to main content
Glama

mcp_opendaw_create_ghost_notes

Adds low-velocity ghost notes at off-beat positions in drum patterns to enhance groove and complexity in funk, R&B, neo-soul, and hip-hop.

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?

The description discloses that it inserts new low-velocity notes at off-beat positions where no notes exist, and works on the first note track if track_index=-1. It mentions returns number of ghost notes added and positions. It could clarify that it does not modify existing notes, but overall good transparency.

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 opening statement, detailed explanation, parameter list, return value, and example. Every sentence adds value without redundancy.

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 tool has 6 parameters and no annotations, the description covers all necessary aspects: purpose, mechanism, parameter details, return value, and usage context. It is complete enough for an AI agent to select and invoke 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?

With 0% schema coverage, the description adds excellent parameter explanations: density (probability at each 16th position), velocity (0-1 with typical ranges), seed (reproducibility), plus index defaults. Example usage further clarifies. This fully compensates for the lack of schema documentation.

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 tool adds ghost notes to existing drum/MIDI patterns, explains what ghost notes are, and specifies it works on the first note track. It distinguishes from siblings like create_note or create_drum_pattern by focusing on adding subtle, low-velocity 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?

The description provides usage context by mentioning genres where ghost notes are essential (funk, R&B, neo-soul, hip-hop) and explains they fill spaces between main hits. However, it does not explicitly exclude alternatives or state when not to use this tool.

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