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 |
---|---|
get_session_info | Get detailed information about the current Ableton session |
get_track_info | Get detailed information about a specific track in Ableton. Parameters:
|
create_midi_track | Create a new MIDI track in the Ableton session. Parameters:
|
set_track_name | Set the name of a track. Parameters:
|
create_clip | Create a new MIDI clip in the specified track and clip slot. Parameters:
|
add_notes_to_clip | Add MIDI notes to a clip. Parameters:
|
set_clip_name | Set the name of a clip. Parameters:
|
set_tempo | Set the tempo of the Ableton session. Parameters:
|
load_instrument_or_effect | Load an instrument or effect onto a track using its URI. Parameters:
|
fire_clip | Start playing a clip. Parameters:
|
stop_clip | Stop playing a clip. Parameters:
|
start_playback | Start playing the Ableton session. |
stop_playback | Stop playing the Ableton session. |
get_browser_tree | Get a hierarchical tree of browser categories from Ableton. Parameters:
|
get_browser_items_at_path | Get browser items at a specific path in Ableton's browser. Parameters:
|
load_drum_kit | Load a drum rack and then load a specific drum kit into it. Parameters:
|