Skip to main content
Glama

pve_firewall_options_get

Retrieve firewall options such as enable flag, policy, and log rate for a specified scope including cluster, node, or VM.

Instructions

Get firewall options (enable flag, policy, log rate, …) for the given scope (read).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
nodeNo
vmidNo
scopeNocluster
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It correctly labels as read, indicating no destructive action, but lacks details on required permissions, rate limits, or potential side effects. Adds minimal context beyond the 'read' label.

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?

Single sentence, front-loaded with key information. Efficient but could benefit from slight expansion for clarity on parameters.

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 5 optional parameters and low schema coverage, the description is too brief. It fails to explain how to properly scope the query (e.g., cluster vs node vs VM level), which is crucial for correct invocation. Output schema presence mitigates need for return value explanation, but parameter usage guidance is missing.

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 has 5 parameters with only 20% description coverage (only proximo_target documented). The description does not explain parameters like scope, kind, node, vmid, leaving the agent guessing. Adds no value beyond the schema's minimal information.

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 'Get firewall options' and lists specific attributes (enable flag, policy, log rate). Explicitly notes it is a read operation, distinguishing it from write siblings like pve_firewall_options_set.

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?

Implies usage for viewing firewall options but provides no explicit guidance on when to use vs alternatives (e.g., pve_firewall_rule_list, pve_firewall_alias_list). No 'when not to use' or alternative tool mentions.

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/john-broadway/proximo'

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