Run Script
run_scriptRun a RouterOS script asynchronously; results are logged to the system log. Use get_log to retrieve them.
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. |