MIDI File MCP

by xiaolaa2
Verified

add_track

Add a new track to a MIDI file using the MIDI File MCP server, enabling users to modify and expand their MIDI compositions. Specify the file path to generate and return updated track information.

Instructions

Add a new track to midi file and return the new track info

Input Schema

NameRequiredDescriptionDefault
filePathYesAbsoulate File Path to midi file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "Absoulate File Path to midi file", "type": "string" } }, "required": [ "filePath" ], "type": "object" }
ID: hqzbh86gt8