Skip to main content
Glama

unblock_ip

Unblock an IP address on a server by submitting server ID, IP address, and confirmation to restore network access.

Instructions

Снять блокировку IP-адреса на сервере (net/unblock_ip).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID сервера
ipYesIP-адрес
confirmYesНужно true, чтобы выполнить операцию.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already indicate this is a mutating (readOnlyHint=false) but non-destructive operation. The description adds no behavioral context beyond these annotations: it does not mention side effects, reversibility, or consequences of unblocking an IP. No contradiction exists, but no extra transparency is provided either.

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

Conciseness4/5

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

The description is a single, efficient sentence with no filler. It front-loads the core action and includes the endpoint reference. It is appropriately concise, though it contains no additional structure or context.

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

Completeness3/5

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

For a simple mutating tool with fully documented parameters and annotations, the description is minimally adequate. However, there is no output schema and no statement of expected result or side effects, and openWorldHint=true suggests hidden external behavior. The description leaves the agent to infer operational outcome.

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 all three parameters (id, ip, confirm) are already documented in the schema. The description contributes no additional parameter-level meaning, matching the baseline for high schema coverage. The confirm flag's purpose is fully captured in the schema.

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 and resource: removing an IP-address block on a server. It adds the endpoint name (net/unblock_ip), making the tool's function unambiguous. It does not explicitly differentiate from the sibling block_ip, but the inverse relationship is obvious from the wording.

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 provides no guidance about when to use this tool versus alternatives such as block_ip, port_on, or get_ip_info. There is no mention of prerequisites, preconditions (e.g., only for already-blocked IPs), or cases where another tool should be used instead.

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

Deploy Server

Other Tools