Skip to main content
Glama
Ruashots

Proxmox MCP Server

by Ruashots

pve_cluster_firewall_options

Retrieve available firewall configuration options for a Proxmox VE cluster to manage network security settings and access controls.

Instructions

Get cluster firewall options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. The description only states what the tool does ('Get cluster firewall options') without any information about permissions required, rate limits, whether it's a read-only operation, what format the output takes, or any other behavioral characteristics. This leaves significant gaps for an agent trying to use the tool effectively.

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 extremely concise at just 4 words ('Get cluster firewall options'). It's front-loaded with the essential information and contains no wasted words or unnecessary elaboration. This is an example of appropriate conciseness for a simple tool.

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?

Given that this is a tool with no annotations, no output schema, and no parameters, the description 'Get cluster firewall options' is insufficiently complete. It doesn't explain what 'options' encompasses, what the return format might be, or any behavioral context. For a tool that presumably returns configuration data, more detail about what kind of information is returned would be helpful for an agent.

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 has 0 parameters, and schema description coverage is 100%. With no parameters to document, the description doesn't need to add parameter semantics beyond what the schema provides. The baseline for 0 parameters is 4, as there's no parameter information to either document or miss.

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?

The description 'Get cluster firewall options' clearly states the action (Get) and resource (cluster firewall options), but it's somewhat vague about what 'options' specifically means. It distinguishes from siblings like pve_set_cluster_firewall_options (set vs get) but doesn't clarify what distinguishes it from pve_cluster_options or other firewall-related tools beyond the basic verb+resource pairing.

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?

The description provides no guidance on when to use this tool versus alternatives. There are many sibling tools related to firewall management (e.g., pve_list_cluster_firewall_rules, pve_set_cluster_firewall_options, pve_get_container_firewall_options), but the description doesn't indicate when this specific 'get options' tool is appropriate versus those other tools.

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

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