fx_list_installed
Lists installed FX plugins in REAPER, organized by category, with per-category recommendations for mixing decisions. Use this before running mix pipelines.
Instructions
List every FX plugin installed in REAPER, grouped by category.
Uses REAPER's EnumInstalledFX API. Returns:
all_installed: raw list of plugin namesbest_eq/best_compressor/best_reverb/best_limiter/best_deesser/best_gate/best_saturator/best_multiband/best_stereo: highest-ranked plugin per category that the user hasracks_detected: any rack-style plugins (StudioRack, PatchWork, Lion, Multipass, Snap Heap) — the MCP does NOT configure modules inside racks, so avoid routing auto-mixing through themuser_overrides: current contents of the preferences file
Use this BEFORE running mix pipelines to know what the user has. If the user has premium plugins (FabFilter, Waves, iZotope, Valhalla, Softube, etc.), prefer those over REAPER stock.
Args: category: Optional — filter output to a single category: "eq", "compressor", "limiter", "reverb", "deesser", "gate", "saturator", "multiband", "stereo". Empty returns full inventory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No |