mcp_opendaw_evaluate_raw
Run JavaScript code directly in the DAW's V8 engine to inspect and modify internal objects, enabling advanced debugging and custom automation.
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 |