RALE Command (full; read + write)
rale_commandRun built-in RALE commands against the active App Connector session, from reads like getNodeById to destructive registry writes. Use list_rale_builtins to choose the exact command.
Instructions
Run any built-in RALE command against the active App Connector session — including destructive ones (addRegistryField, removeRegistrySection, clearRegistry, …). Use list_rale_builtins for the catalog. Every call surfaces as a toast in Dev Studio. Some commands read (getNodeById, getRegistry) and some write; the tool as a whole is not read-only — for a plain read prefer rale_get_node_by_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Command-specific argument object; the shape depends on `command` (see the `args` template for that entry in list_rale_builtins). Omit for commands that take none. | |
| device | No | Optional target device (IP or serial). Omit to use the focused tab. | |
| command | Yes | RALE built-in command name exactly as listed by list_rale_builtins (e.g. "getNodeById", "getRegistry", "clearRegistry"). |