Skip to main content
Glama

get_fail2ban_base_info

Retrieve Fail2ban base information to check ban status, jail settings, and service health on a 1Panel server.

Instructions

Get Fail2ban base info

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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?

No annotations are provided, so the description carries the full behavioral burden, and it says nothing beyond the word 'Get'. It does not clarify that this is a read-only operation, what state it inspects, or whether any permissions/status are required. The 'Get' prefix weakly implies a read, but no behavioral traits are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The definition is a single short phrase with no wasted words, which is fine structurally. But it reads as an under-specified fragment rather than a front-loaded informative sentence, so brevity here reflects missing content rather than disciplined conciseness.

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?

There is no output schema, so the description should explain what 'base info' actually contains. It does not, leaving the agent unable to predict the return shape. The tool is simple (no parameters), which limits the damage, but the definition is still incomplete for a tool with no structured output documentation.

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

Parameters4/5

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

The tool takes zero parameters, so there is nothing to document and the baseline is 4. The schema (empty object) and the description are consistent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

It states a verb ('Get') and a resource ('Fail2ban base info'), so the basic operation is identifiable. However, 'base info' is vague — it doesn't say what data is returned or how it differs from siblings like get_fail2ban_conf, get_fail2ban_conf, or search_fail2ban_banned_ips. No sibling differentiation is provided.

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 call this versus get_fail2ban_conf, search_fail2ban_banned_ips, or the other fail2ban tools. The agent must infer usage entirely from the name.

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