List components
qsys_list_componentsList named components in a running Q-SYS design, including their type and properties. Use filters to narrow results by name or component type, or request only names and types to save tokens.
Instructions
List named components in the running/emulated design, with type and properties (Component.GetComponents). On large designs use filter/type/names_only to trim the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Case-insensitive substring; only components whose name contains it are returned | |
| type | No | Case-insensitive substring on component type (e.g. "gain", "mixer") | |
| names_only | No | Return only name + type per component (drop properties) to save context |