search_browser
Find Ableton Live browser items by name. Returns up to 50 matches filtered by category, with paths and URIs for loading onto tracks.
Instructions
Search the Ableton browser by name. Walks the browser tree depth-first and returns up to 50 matches whose names contain the query (case-insensitive).
Parameters:
query: substring to match (e.g. "808", "Operator", "Reverb")
category: "all" | "instruments" | "sounds" | "drums" | "audio_effects" | "midi_effects"
Returns a list of matches with name, uri, path, and is_loadable.
Pass the uri to load_browser_item to load the result onto a track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| category | No | all |