MIDI File MCP

by xiaolaa2
Verified

get_track_info_by_index

Retrieve detailed track information from a MIDI file by specifying the track index, including name, instrument, channel, duration, and note count, using the MIDI File MCP server.

Instructions

Get track info from midi file by track index. name, instrument, channel, endOfTrackTicks, duration, durationTicks, noteCount

Input Schema

NameRequiredDescriptionDefault
filePathYesAbsoulate File Path to midi file
trackIndexYesTrack index number

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" }, "trackIndex": { "description": "Track index number", "type": "number" } }, "required": [ "filePath", "trackIndex" ], "type": "object" }
ID: hqzbh86gt8