Skip to main content
Glama

csf_flush_temp

Flush all temporary CSF allow/deny rules to reset firewall restrictions and restore normal access. Confirmation required to proceed.

Instructions

Flush all CSF temporary allow/deny rules (csf -tf).

Args: confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It does convey that this is a flushing/mutation operation, but it does not explain that temporary allow/deny rules will be removed, what the security impact is, whether the action is reversible, or whether a confirm value of true is needed to execute.

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 entire useful content is front-loaded in a single clear sentence, followed by a minimal args note. There is no filler, repetition, or unnecessary elaboration. Every line earns its place.

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 tool that flushes all temporary rules and requires a confirmation argument, the description is incomplete. It lacks usage context, a clear description of the confirm parameter's expected value, and any warning about the effect of removing temporary allow/deny rules. The presence of an output schema reduces the need to document return values, but the described behavior and parameter semantics remain under-specified.

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 for the undocumented `confirm` parameter. It only says 'confirm: Required,' which adds requiredness but not meaning: the schema lists `default: false` and no required constraint, so the agent cannot tell whether to pass `true`, `false`, or simply the parameter itself. This mismatch is confusing and risky for a destructive operation.

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 a specific action ('Flush all CSF temporary allow/deny rules') on a specific resource and includes the underlying command `csf -tf`. However, it does not explicitly contrast itself with the many related CSF sibling tools such as csf_remove_allow or csf_unblock_ip, so it only partially benefits from sibling differentiation.

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?

There is no guidance on when to use this tool versus alternatives like csf_remove_allow, csf_unblock_ip, or csf_restart. The description implies usage only through its imperative phrasing, but gives no context about when flushing temporary rules is appropriate or when one of the more targeted CSF tools 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.

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