Send Raw Eos Command Line Text
eos_send_raw_commandSend any Eos command line text as if typed on the keypad, covering actions other tools don't support. Set confirm=true to execute, otherwise preview.
Instructions
Escape hatch: send arbitrary text to the Eos command line, exactly as if it were typed on the keypad. Use this for anything the other tools don't cover (patch changes, group/preset creation, palette recording, "Sneak", etc.).
Args:
command (string): Command line text, e.g. "Chan 1 Thru 10 At 50 Enter" or "Group 1 Record Enter".
confirm (boolean): Must be explicitly set to true to actually send. Omit or set false to get a preview of the command without sending anything.
The command is auto-terminated with Enter if you don't already end it with "#" or "Enter". Because this can do literally anything the console can do, treat it like you would typing directly on the desk — double-check destructive commands (Record, Delete, Update) before sending.
Calls are also rate-limited to one per few seconds to guard against a runaway loop hammering the command line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Eos command line text to send | |
| confirm | No | Must be true to actually send; otherwise this just previews the command |