mcp_opendaw_list_script_params
Retrieves complete parameter mapping from a scriptable device by parsing its @param declarations, showing label, index, current value, default, range, mapping 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 |