Skip to main content
Glama
ni-c
by ni-c

Disable WireGuard client

disable_client
Idempotent

Disable a WireGuard client to block its network access while retaining its configuration. Useful for temporarily revoking access without deleting the client.

Instructions

Disable a WireGuard client. The client keeps its configuration but can no longer connect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientIdYesNumeric ID of the client (see list_clients)
Behavior4/5

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

The description adds behavioral detail beyond the idempotentHint annotation by clarifying that the client's configuration is preserved and it can no longer connect. This provides meaningful operational context without contradicting annotations.

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 two sentences, front-loaded with the primary action and followed by a concise clarification. Every word adds value with no redundancy.

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 simple tool with one parameter, an idempotent annotation, and no output schema, the description combined with the schema fully covers the necessary context: what the tool does, side effects, and parameter meaning.

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?

The schema covers the only parameter (clientId) with a clear description, including a reference to list_clients. Since schema coverage is 100%, the description does not need to elaborate further. It meets the baseline for well-documented schemas.

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 clearly states the tool's function: disabling a WireGuard client. It distinguishes the action from siblings like enable_client and delete_client by explicitly noting that configuration is kept while connectivity is revoked.

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

Usage Guidelines3/5

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

The description implies usage context through the behavior it describes (temporary disablement rather than deletion), but it does not explicitly mention alternatives or provide criteria for when to choose this tool over enable_client or delete_client. Guidance is implied rather than stated.

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

Install Server

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/ni-c/wg-easy-mcp'

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