Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
| No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| load_midi_file | Load and parse a MIDI SMF file from the specified path | 
| get_midi_summary | Get comprehensive summary information about a MIDI file | 
| get_tracks_list | Get list of tracks in a MIDI file with optional filtering by channel or program | 
| get_track_details | Get detailed information about a specific track including events | 
| get_midi_events | Get MIDI events from a file with comprehensive filtering options |