send_raw_command
Send any grandMA2 command directly for specialized control not available through high-level tools.
Instructions
Send a raw MA command to grandMA2.
This is a low-level tool that allows sending any grandMA2 command-line instruction.
It is recommended to use other high-level tools first; use this tool only when
special commands are needed.
Args:
command: Raw MA command to send
Returns:
str: Operation result message
Examples:
- blackout
- go+ executor 1.1
- store sequence 1 cue 1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |