Skip to main content
Glama

MaestroMCP

by vbarreiratt

midi_play_phrase

Play musical phrases with precise articulation and expression using predefined note sequences, rhythm patterns, and style presets to generate MIDI output for synthesizers or MIDI devices.

Instructions

🎼 Play musical phrase with natural articulation and expression - converts 'C4 E4 G4' to legato/staccato

Input Schema

NameRequiredDescriptionDefault
channelNoMIDI channel (1-16)
notesYesNotes separated by spaces (e.g. 'C4 E4 G4 C5')
outputPortNoMIDI output port name
rhythmNoRhythm pattern: 'quarter quarter half whole' or single valuequarter
styleNoMusical style preset with articulation and expressionlegato_expressive
tempoNoTempo in BPM

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel": { "default": 1, "description": "MIDI channel (1-16)", "maximum": 16, "minimum": 1, "type": "number" }, "notes": { "description": "Notes separated by spaces (e.g. 'C4 E4 G4 C5')", "type": "string" }, "outputPort": { "description": "MIDI output port name", "type": "string" }, "rhythm": { "default": "quarter", "description": "Rhythm pattern: 'quarter quarter half whole' or single value", "type": "string" }, "style": { "default": "legato_expressive", "description": "Musical style preset with articulation and expression", "enum": [ "legato_expressive", "staccato_playful", "marcato_bold", "tenuto_sustained" ], "type": "string" }, "tempo": { "default": 120, "description": "Tempo in BPM", "maximum": 200, "minimum": 40, "type": "number" } }, "required": [ "notes" ], "type": "object" }

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/vbarreiratt/MaestroMCP-2.0'

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