Skip to main content
Glama

pve_firewall_ipset_entry_remove

Remove an IP or network entry from a Proxmox firewall IP set. The default dry-run displays the plan and warns that all referencing rules' match sets will change, which may open or close access.

Instructions

MUTATION: remove an IP/Network entry from an IP set. Dry-run by default — the PLAN shows the entry and warns it changes every referencing rule's match set (may open or close access).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cidrYes
kindNo
nameYes
nodeNo
vmidNo
scopeNocluster
digestNo
confirmNo
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 must carry burden. It discloses dry-run default and that the plan warns about referencing rules. However, it does not mention the confirm parameter needed to actually execute, the digest for optimistic concurrency, or permissions required. Moderate transparency.

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?

Two sentences, front-loaded with 'MUTATION' label, clear and no fluff. Each sentence adds value without redundancy.

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 9 parameters and no annotations, the description is too brief. It fails to explain scoping (node, vmid, scope), digest for concurrency, confirm to commit, and output schema. Incomplete for a mutation tool with complex context.

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 description coverage is only 11%, requiring description to compensate. But description only implies cidr and name as required entry identifier, without explaining other parameters like scope, node, vmid, digest, confirm, kind, proximo_target. Parameter semantics are inadequately covered.

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?

The description clearly states it removes an IP/Network entry from an IP set, using specific verb 'remove' and resource 'IP/Network entry from an IP set'. It distinguishes from the sibling tool pve_firewall_ipset_entry_add by focusing on removal and mentions 'MUTATION' context.

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?

The description implies usage for removing entries from ip sets, contrasting with add tool. However, it lacks explicit 'when to use' vs 'when not to use' and does not mention alternatives like deleting the entire ipset.

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