list_vcv_modules
List available VCV Rack modules with ports and parameters for any supported plugin to get correct module slugs and cabling info before generating patches.
Instructions
List available VCV Rack modules and their ports/params for a given plugin. Call with just a plugin name to see all module slugs, tags, and HP widths. Call with plugin + module to see exact input/output port names and param names for cabling. ALWAYS call this BEFORE generate_vcv to look up correct module slugs and port names — do NOT guess. Supported plugins: Core, Fundamental, AudibleInstruments (aliases: mi, mutable), Befaco, Bogaudio (bg), CountModula, ImpromptuModular (impromptu), Valley, Stoermelder PackOne (stoermelder, p1), ML Modules (ml), VCV Recorder (recorder), Prism, GlueTheGiant (gtg), OrangeLine, StudioSixPlusOne (s6).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes | Plugin name or alias (e.g. 'Fundamental', 'mi', 'Bogaudio', 'bg'). Use 'mi' or 'AudibleInstruments' for Mutable Instruments clones. | |
| module | No | Module slug to get detailed port/param info (e.g. 'VCO', 'Clouds'). Omit to list all modules in the plugin. |