Skip to main content
Glama

reconnect_client

Force a client on a site to reconnect, resolving connectivity issues by re-establishing its network session. Specify host, site, and client ID.

Instructions

Force a client to reconnect on a site.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. client_id: REQUIRED. Obtain it from list_clients (its id field).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
client_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It says 'Force' which implies a disruptive action, but it does not state whether the disconnect interrupts active traffic, requires special permissions, or has lasting effects. This is minimal behavioral information, not a serious omission, but still thin for a mutation-style tool.

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 front-loaded: the action is stated first, followed by short, scannable parameter explanations. There is no wasted prose or redundant restating of the schema. Every sentence earns its place.

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

Completeness4/5

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

For a simple three-parameter action with an output schema present, the description covers the tool's purpose and every parameter's format and source. It does not mention error conditions or side effects, but those are partially covered by the behavioral transparency gap rather than a missing parameter detail. Overall it is sufficiently complete for correct invocation.

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

Parameters5/5

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

The input schema provides only bare string types with no descriptions, and schema coverage is 0%. The description compensates fully by explaining host formats (name, ID, or MAC:numericId), site name/ID, and the requirement that client_id come from the id field of list_clients. This is exactly the kind of semantic addition the schema lacks.

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

Purpose4/5

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

The description clearly states the action: 'Force a client to reconnect on a site.' This is specific and actionable, though it does not explicitly differentiate from generic sibling actions like execute_client_action or block_client. The purpose is unambiguous even without explicit sibling contrast.

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

Usage Guidelines2/5

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

The description gives useful parameter sourcing guidance by pointing to list_clients for client_id, but it never explains when to choose this tool over alternatives or when not to use it. There is no comparison with related tools such as execute_client_action, block_client, or get_client_link_diagnostics, leaving the selection rationale to inference.

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/swkstudios/unifi-fabric-mcp-server'

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