Skip to main content
Glama

bfm_unblock_ip

Remove an IP address from DirectAdmin Brute Force Monitor blocks. Use alongside CSF unblock to fully restore access after a lockout.

Instructions

Remove an IP from DirectAdmin Brute Force Monitor blocks.

Use together with csf_unblock_ip — an IP is often listed in BOTH places.

Args: ip: IPv4 or IPv6 to unblock. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes
reasonNo
confirmNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It states the mutation ('Remove'), flags that confirm is required, and clarifies that the operation is scoped to BFM rather than CSF. However, it does not explain idempotency, failure behavior, or what the confirm flag actually controls beyond being required.

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 purpose, a short usage note, and a minimal args list. Every sentence contributes, and the most important scoping detail is front-loaded.

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?

An output schema exists, so return-value details are not needed, and the description covers the main action and the related CSF tool. Still, with no annotations and four parameters, the description leaves reason and idempotency_key unexplained and does not fully guide selection among nearby alternatives like firewall_unblock_everywhere.

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 0%, so the description must compensate. It adds meaning for ip ('IPv4 or IPv6 to unblock') and confirms that confirm is required despite the schema defaulting to false. However, reason and idempotency_key are left completely undocumented.

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: 'Remove an IP from DirectAdmin Brute Force Monitor blocks.' It clearly distinguishes this from the related csf_unblock_ip tool by explicitly calling out that IPs are often listed in both BFM and CSF.

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?

It gives actionable context: 'Use together with csf_unblock_ip — an IP is often listed in BOTH places.' This tells the agent when another tool is also needed. It does not enumerate exclusions or alternatives like bfm_skip_ip, but the core usage context is clear.

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