mcp_opendaw_list_script_params
List scriptable device parameters with full mapping info parsed from @param declarations, including label, value range, type, and unit.
Instructions
List @param declarations on a scriptable device with full mapping info.
Each parameter includes: label, index, current value, default value,
min, max, mapping type (unipolar/linear/exp/int/bool), and unit.
Mapping info is parsed from // @param <name> <default> <min> <max> <type> <unit>
declarations in the code — the code is the single source of truth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| device_type | Yes | ||
| device_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |