Skip to main content
Glama

mcp_opendaw_create_phonk_arrangement

Generate a complete drift phonk arrangement with Memphis-style drums, sliding 808 bass, and cowbell melody. Set BPM, bars, key, and octave to create dark, distorted, energetic beats.

Instructions

Create a full drift phonk arrangement — 3 tracks: drums + 808 + cowbell lead.

Drift phonk (Kordhell, MC Slvr, LXST CXNTURY) is the TikTok-era evolution of Memphis rap — dark, distorted, high-energy, with signature elements:

  • 120-140 BPM, usually minor key

  • Memphis-style drums: punchy kick on 1 and 3, snare/clap on 2 and 4, fast 16th hats with occasional rolls, lo-fi texture

  • 808 bass with slides (glide between notes, sustained resonance)

  • Cowbell melody — the iconic phonk sound, catchy repetitive riffs in minor pentatonic, often detuned/dark

  • Sidechain feel — bass ducks when kick hits

  • Distorted, lo-fi aesthetic

Creates 3 tracks:

  1. Drums (drum_track): Memphis-style — punchy kick, clap on 2&4, 16th hats with rolls at phrase ends, occasional perc hits.

  2. 808 bass (bass_track): Sliding 808 with sustained resonance. Follows root with chromatic slides, octave drops, and gaps where drums fill. The glide is simulated by short overlapping notes at pitch transitions.

  3. Cowbell lead (cowbell_track): Repetitive minor pentatonic riff in high octave, catchy and driving. 1-bar or 2-bar cycle.

bpm: Tempo (110-150, default 130). bars: Arrangement length (4-32, default 8). root: Root note (default F = common phonk key). octave: MIDI octave for 808 (2 = C2=36).

Example: create_phonk_arrangement(bpm=130, root="F", bars=8) create_phonk_arrangement(bpm=140, root="D#", bars=16)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNoF
octaveNo
velocityNo
bass_trackNo
drum_trackNo
start_beatNo
unit_indexNo
cowbell_trackNo

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 burden of behavioral disclosure. It does disclose the output structure (three named tracks), pattern characteristics, and even a simulation detail ('glide is simulated by short overlapping notes'). However, it does not explain what happens to existing tracks, whether the tool is additive or overwriting, or how start_beat and unit_index influence placement, which are relevant for a multi-track mutation/generation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but well-structured and front-loaded with the core purpose. The genre style block, per-track breakdown, parameter list, and examples each carry relevant information for generating a stylistically accurate arrangement. It could be slightly trimmed, but it is not wasteful.

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

Completeness3/5

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

For a high-complexity tool with 10 parameters and no parameter descriptions, the description is not fully complete. It does an excellent job covering the musical content and four key parameters, and the output schema exists for return values, but the unexplained parameters and missing placement/overwrite behavior leave gaps that make the tool only partially self-contained.

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

Parameters2/5

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

The input schema has 10 parameters with 0% schema description coverage, and the description only explains 4 of them (bpm, bars, root, octave). It provides helpful ranges and defaults for those four, but omits velocity, bass_track, drum_track, start_beat, unit_index, and cowbell_track entirely. Because the schema offers no descriptions and titles alone are weak, this leaves a significant gap for an agent trying to set track indices or timing.

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 opens with a specific verb and resource: 'Create a full drift phonk arrangement — 3 tracks: drums + 808 + cowbell lead.' It clearly distinguishes this tool from sibling genre-arrangement tools by naming drift phonk and listing exact track types and style references (Kordhell, MC Slvr, LXST CXNTURY).

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 clearly states when to use this tool: when a drift phonk arrangement with drums, 808, and cowbell is needed. It provides rich genre context and parameters, but it does not explicitly call out alternatives or exclusion criteria (e.g., 'use create_trap_arrangement for trap'), so it stops short of a full when/why-not comparison.

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