Skip to main content
Glama

MIDI Analyzer MCP Server

by sin5ddd

get_tracks_list

Retrieve and filter tracks from a MIDI file by channel or program number to analyze musical composition structure.

Instructions

Get list of tracks in a MIDI file with optional filtering by channel or program

Input Schema

NameRequiredDescriptionDefault
channelFilterNoFilter tracks by MIDI channel (0-15)
fileIdNoID of the loaded MIDI file
filePathNoPath to the MIDI file (if not using fileId)
programFilterNoFilter tracks by program number (0-127)

Input Schema (JSON Schema)

{ "properties": { "channelFilter": { "description": "Filter tracks by MIDI channel (0-15)", "maximum": 15, "minimum": 0, "type": "number" }, "fileId": { "description": "ID of the loaded MIDI file", "type": "string" }, "filePath": { "description": "Path to the MIDI file (if not using fileId)", "type": "string" }, "programFilter": { "description": "Filter tracks by program number (0-127)", "maximum": 127, "minimum": 0, "type": "number" } }, "type": "object" }

Other Tools from MIDI Analyzer MCP Server

Related Tools

    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/sin5ddd/midi-analyer-mcp'

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