MIDI File MCP

by xiaolaa2
Verified

get_midi_info

Extract detailed information from a MIDI file, such as track data, tempo, and note sequences, by specifying the absolute file path.

Instructions

Get midi file 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