Skip to main content
Glama

set_cluster_firewall_options

Configure cluster-wide firewall settings including enabling/disabling, default policies, log rate limiting, and ebtables rules.

Instructions

Set cluster-wide firewall options.

Args: enable: 1 to enable, 0 to disable, -1 to not change. policy_in: Default input policy: 'ACCEPT', 'REJECT', 'DROP'. policy_out: Default output policy: 'ACCEPT', 'REJECT', 'DROP'. log_ratelimit: Log rate limit (e.g. 'enable=1,rate=1/second,burst=5'). ebtables: 1 to enable ebtables rules, 0 to disable, -1 to not change. delete: Comma-separated options to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enableNo
policy_inNo
policy_outNo
log_ratelimitNo
ebtablesNo
deleteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided. Description describes parameters but does not disclose behavioral traits such as whether changes take effect immediately, require authorization, or are destructive. For a tool that modifies firewall rules, this is a significant gap.

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?

Description is somewhat lengthy due to detailed parameter explanations, but structured with bullet points and front-loaded purpose. Each sentence adds value.

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

Completeness4/5

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

Given 6 parameters, no annotations, and presence of an output schema (not shown), the description is thorough in explaining parameters. It could mention that it updates existing settings or returns confirmation, but the output schema may cover return values.

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

Parameters5/5

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

Schema description coverage is 0%, but the description provides detailed explanations for all 6 parameters: acceptable values for enable and ebtables (-1,0,1), policy options (ACCEPT/REJECT/DROP), log_ratelimit format, and delete. This adds immense value beyond the schema's type/default.

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?

Description clearly states 'Set cluster-wide firewall options' and lists all parameters with allowed values. Distinguishes from sibling tools like set_node_firewall_options and set_vm_firewall_options by specifying 'cluster-wide' scope.

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?

Implicitly indicates usage for cluster-wide firewall settings via 'cluster-wide' keyword, but lacks explicit when-to-use guidance or comparison with similar tools like set_node_firewall_options. No exclusions or prerequisites provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/GethosTheWalrus/proxmox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server