wake_on_lan
Wake a network device by sending a magic packet through MikroTik RouterOS. Preview with confirm=False, then send with confirm=True.
Instructions
Send a Wake-on-LAN magic packet (/tool/wol) for mac_address,
out interface.
Benign - it never changes device configuration and targets no
existing RouterOS row - but still guarded/confirm-gated like every
other write tool here, so an LLM caller can't wake a machine "by
accident". Does NOT verify interface exists on the device first;
RouterOS itself rejects an unknown interface name at send time.
WRITE tool, guarded: blocked entirely unless the server is running with MIKROTIK_ALLOW_WRITE=true. Call with confirm=False (the default) to get a preview of what would be sent without changing anything; call again with confirm=True to actually send it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| interface | Yes | ||
| device_name | Yes | ||
| mac_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||