Skip to main content
Glama

pve_firewall_options_get

Retrieve firewall option block including enable flag, default in/out policies, and log rate limit at cluster, node, or guest scope. Read-only, no state changes.

Instructions

READ-ONLY: get the firewall option block (enable flag, default in/out policy, log rate limit, …) at cluster, node, or guest scope.

No state change. Pair with pve_firewall_options_set to change these, and pve_firewall_rules_list to read the rules themselves. scope='node' requires node; scope='guest' requires node, vmid, and kind ('qemu'|'lxc'). Returns the option block as a dict.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoGuest kind for scope='guest': 'qemu' or 'lxc'.
nodeNoNode name, required for scope='node' or scope='guest'.
vmidNoGuest VMID/CTID, required for scope='guest'.
scopeNoFirewall scope: 'cluster', 'node', or 'guest'.cluster
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
Behavior4/5

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

Starts with 'READ-ONLY' and 'No state change', which is important behavioral info. No annotations provided, so description carries burden. Lacks auth or rate limit details, but for a read operation this is sufficient.

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?

Very concise: two sentences with no fluff. Front-loaded with 'READ-ONLY'. Every 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 output schema exists and parameters are fully described, the description is complete enough. It explains what the tool does, when to use it, parameter constraints, and return type. Could mention that output schema is available, but not necessary.

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?

Schema coverage is 100%, so schema documents each parameter. Description adds context by linking scope values to required parameters (e.g., scope='node' requires node). This adds meaning beyond the schema definitions.

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 the firewall option block' with verb+resource, specifies scope (cluster/node/guest), and distinguishes from sibling tools like pve_firewall_options_set and pve_firewall_rules_list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly mentions when to use (to get option block) and pairs with set and rules list. Provides scope-based parameter requirements. Could be improved by stating when not to use or alternatives beyond paired 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/john-broadway/proximo'

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