Skip to main content
Glama

operate_fail2ban_ssh

Start, stop, or restart Fail2ban SSH protection on a 1Panel server to manage automated blocking of malicious SSH login attempts.

Instructions

Operate Fail2ban SSH (start/stop/restart)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, and it discloses almost nothing. It does not say that these are mutating operations on a service, whether restarting drops existing bans, what permissions are needed, or what happens to in-flight blocks. The word 'Operate' plus the enum is all the behavioral signal provided.

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?

Very short and front-loaded: the verb and resource lead, and the parenthetical clarifies the operation set. Nothing is wasted, though the brevity comes from under-specification rather than disciplined editing.

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 service-control tool with no annotations, no output schema, and no parameter documentation, the description is too thin. It omits the impact of stopping/restarting the SSH jail, permission requirements, and any distinction from operate_fail2ban.

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 would need to compensate. Instead it just repeats the enum values ('start/stop/restart') with no added meaning about their effects, scope, or side effects on existing Fail2ban state.

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?

States a specific verb ('Operate') and a specific resource ('Fail2ban SSH'), which reads as the SSH jail rather than Fail2ban generally, giving some differentiation from the sibling operate_fail2ban. However, the parenthetical '(start/stop/restart)' merely restates the enum and does nothing to further distinguish it from operate_fail2ban or the many other operate_* tools.

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 when-to-use guidance, no stated prerequisites, and no reference to the sibling operate_fail2ban. An agent has no basis in the description for choosing this over operate_fail2ban or the generic start/stop/restart service tools.

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