Skip to main content
Glama

firewall_unblock_everywhere

Unblock a customer's IP in CSF and DirectAdmin Brute Force Monitor without disabling the firewall. Optionally add a temporary CSF allow for one hour.

Instructions

Unblock an IP in CSF and DirectAdmin Brute Force Monitor.

This is the 'customer is locked out' button. It does not disable the firewall.

Args: ip: IPv4 or IPv6. also_allow: Also add a temporary CSF allow (1 hour). confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes
reasonNo
confirmNo
also_allowNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral disclosure burden. It does disclose a key non-effect ('does not disable the firewall') and explains the temporary nature of also_allow ('temporary CSF allow (1 hour)'). However, it does not describe side effects on existing allow/deny/ignore entries, permission requirements, reversibility, or the actual effect of the confirm parameter, leaving meaningful behavioral gaps.

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: a clear action sentence, a memorable use-case line, a helpful boundary statement, and a short Args list. Every sentence adds value and the structure makes the key facts easy to scan.

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?

The output schema removes the need to describe return values, and the core purpose is clear. Still, for a mutation tool with five parameters and no annotations, the description leaves out behavior around optional parameters and the exact confirmation mechanism, and it does not position the tool relative to its direct siblings. It is usable but not fully complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It adds useful semantics for ip ('IPv4 or IPv6') and also_allow ('temporary CSF allow (1 hour)'), but it omits reason and idempotency_key entirely. Moreover, 'confirm: Required' conflicts with the schema, which lists only ip as required and gives confirm a default of false; this is a meaningful ambiguity for an agent deciding what to pass.

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: 'Unblock an IP in CSF *and* DirectAdmin Brute Force Monitor.' This clearly distinguishes it from sibling tools like csf_unblock_ip and bfm_unblick_ip because it addresses both systems at once. The metaphor 'customer is locked out' button reinforces the intended use case.

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

Usage Guidelines4/5

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

The description provides clear context for when to use it: 'This is the customer is locked out button.' It also gives a boundary by stating 'It does not disable the firewall.' However, it does not explicitly mention sibling alternatives such as csf_unblock_ip or bfm_unblock_ip or explain when those narrower tools should be preferred, so it falls just short of a 5.

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/OpenIaaS/directadmin-mcp-server'

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