Skip to main content
Glama

csf_ignore_ip

Add an IP, IPv6, or CIDR to csf.ignore so LFD never blocks it, with an optional comment for reference.

Instructions

Add an IP to csf.ignore so LFD never blocks it.

Args: ip: IPv4, IPv6, or CIDR. comment: Note. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes
commentNoignored-via-directadmin-mcp
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. It only says the operation adds an IP to csf.ignore; it does not explain persistence, whether a restart is needed, required permissions, or failure behavior. More importantly, it states 'confirm: Required' while the schema marks confirm as optional with a default of false, creating ambiguity about whether the call will succeed without explicit confirmation.

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, with a clear purpose statement followed by a concise parameter list. Every sentence earns its place, and there is no unnecessary verbosity.

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

Completeness2/5

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

For a mutating firewall tool with no annotations and incomplete schema descriptions, this description is not sufficient. The confirm parameter ambiguity is critical, and there is no guidance about privileges, idempotency, or when to use this versus related csf tools. The agent could easily invoke it incorrectly.

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%, and the description does add some value: it clarifies that ip accepts IPv4, IPv6, or CIDR, and that comment is a note. However, it does not explain the semantic purpose of confirm beyond 'Required,' and that claim conflicts with the schema's default false, leaving the agent uncertain about required input.

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 states a specific verb and resource: 'Add an IP to csf.ignore so LFD never blocks it.' This clearly identifies the tool's function and distinguishes it from siblings like csf_allow_ip, csf_deny_ip, and csf_unblock_ip.

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 intended use is implied: use this when an IP should never be blocked by LFD. However, the description does not explicitly explain when to choose this over csf_allow_ip or other firewall tools, nor does it mention any prerequisites or exclusions.

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