execute_client_action
Block, unblock, or reconnect a UniFi network client using its client ID, host, and site. Send the desired action to manage client access through the UniFi Fabric MCP server.
Instructions
Execute a client action (block, unblock, reconnect).
host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID.
action: must include: {'action': str}. Common commands: {'action': 'block'},
{'action': 'unblock'}, {'action': 'reconnect'}.
client_id: REQUIRED. Obtain it from list_clients (its id field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| site | Yes | ||
| action | Yes | ||
| client_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||