mcp_opendaw_evaluate_raw
Execute arbitrary JavaScript in openDAW's V8 context to debug internals or directly access advanced DAW APIs.
Instructions
Execute arbitrary JavaScript in the DAW V8 context and return the result. For power users and debugging — explore openDAW internals directly. The script must be a function body (will be wrapped in an async arrow).
script: JavaScript code to execute. Has access to window.DAW and all DAW_ globals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |