Skip to main content
Glama

kick_client

Idempotent

Force-disconnect a client from the network to drop its active session; the client may reconnect normally. Use when you need to terminate a connection without a permanent block.

Instructions

Force-disconnect a client; it may reconnect normally.

Mutating operation: drops the active session without a persistent block, so the client can re-associate. Use block_client/unblock_client for a lasting block, or forget_client to remove the client record entirely.

Args: mac: Client MAC address to target. site: Site to operate on. Defaults to "default". device: Optional device name to target a specific console; omit for default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
macYesClient MAC address to target.
siteNoSite to operate on. Defaults to "default".default
deviceNoOptional device name to target a specific console; omit for default.
Install Server

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description clearly discloses the behavioral impact: it is a mutating operation that drops the active session, has no persistent block, and allows the client to re-associate. This goes beyond the idempotentHint annotation by explaining what actually happens at the session level and what does not happen, giving the agent a clear safety and side-effect picture.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and well-structured: a one-line summary, a short behavioral explanation with sibling routing, and a clean Args list. No sentence is wasted, and the most important information is front-loaded. It earns every line it uses.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a three-parameter mutating tool with no output schema, the description covers the action, its side effects, its non-persistence, and the relevant alternatives. The idempotentHint annotation covers idempotency, and the schema covers parameter formats. Nothing essential is missing for an agent to correctly select and invoke this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all three parameters. The description's Args section essentially repeats the schema descriptions rather than adding new meaning. It is minimal and accurate, but does not enrich the parameter semantics beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Force-disconnect a client.' It clearly distinguishes this from sibling tools block_client/unblock_client and forget_client by stating that it drops the active session without a persistent block. An agent can confidently identify what this tool does and how it differs from related actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly names alternatives and the conditions for choosing them: 'Use block_client/unblock_client for a lasting block, or forget_client to remove the client record entirely.' This directly answers when to use this tool versus its siblings and leaves no ambiguity about the temporary nature of the action.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikeholownych/unifi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server