emqx-mcp-server

kick_mqtt_client

Disconnect a client from the MQTT broker by client ID

Input Schema

NameRequiredDescriptionDefault
requestYes

Input Schema (JSON Schema)

{ "properties": { "request": { "title": "request", "type": "string" } }, "required": [ "request" ], "title": "kick_clientArguments", "type": "object" }