List installed plugins (FL DB on disk)
fl_list_installed_pluginsReturns a deduplicated, categorized list of all installed FL Studio plugins by reading the plugin database from disk, bypassing the FL API for library-aware suggestions.
Instructions
Read FL's installed-plugin DATABASE from disk (the .fst shortcuts FL writes for every scanned plugin) -> a de-duped, categorized list of what you OWN. Bypasses the FL API (which only sees LOADED plugins). FL still can't LOAD these -- it's for library-aware suggestions. effects_by_role is a rough keyword grouping (Claude should apply its own plugin knowledge). Read-only (directory listing only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | 'all', 'effects', or 'generators'. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||