Skip to main content
Glama

MIDI File MCP

by xiaolaa2

get_midi_info

Extract and retrieve detailed information from MIDI files by providing the absolute file path. Use this tool to analyze MIDI file structure, tracks, and metadata for efficient file management and processing.

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" }

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/xiaolaa2/midi-file-mcp'

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