Manage Address List Entry
manage_address_list_entryAdd or remove an IP address from a MikroTik firewall address list. Idempotent action with optional dry-run mode to preview changes.
Instructions
Add or remove a firewall address list entry. Idempotent by list name + address. Supports dry-run mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier from the router registry | |
| action | Yes | Action to perform | |
| list | Yes | Address list name | |
| address | Yes | IP address or CIDR to add/remove | |
| comment | No | Optional comment for the entry | |
| timeout | No | Expiry timeout (e.g. 1d, 2h30m) — omit for permanent | |
| dryRun | No | Preview changes without applying |