vcv_catalog
Search the VCV Rack module catalog, get module details, verify installations, manage library links, and suggest rack configurations for patch building.
Instructions
Module catalog portmanteau — search, get_module, verify_installed, library_link, sideload, suggest_rack.
Return Format
{"success": bool, "operation": str, ...operation-specific keys}
Examples
vcv_catalog(operation="search", function_tag="osc") vcv_catalog(operation="get_module", plugin_slug="Fundamental", model_slug="VCO") vcv_catalog(operation="suggest_rack", persona_tag="generative", intent="ambient drone")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| limit | No | ||
| query | No | ||
| intent | No | ||
| operation | Yes | ||
| model_slug | No | ||
| persona_tag | No | ||
| plugin_slug | No | ||
| function_tag | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||