Run Script
run_scriptExecute a named RouterOS script asynchronously. Output is written to the system log; retrieve results with get_log.
Instructions
Execute a named RouterOS script. Fire-and-forget — the script runs asynchronously and its output is written to the router system log. Use get_log after calling this tool to see results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the script to execute | |
| routerId | No | Router ID; omit to use the default router. | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |