Skip to main content
Glama
Ruashots

Proxmox MCP Server

by Ruashots

pve_create_ipset

Create IP sets in Proxmox VE clusters to organize and manage network addresses for firewall rules and access controls.

Instructions

Create cluster IP set

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesIP set name
commentNoComment
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Create' implies a mutation, but it doesn't specify permissions required, whether it's idempotent, what happens on failure (e.g., if name conflicts), or if it affects cluster state. It lacks details on rate limits, authentication needs, or side effects, making it inadequate for a mutation tool with zero annotation coverage.

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?

The description is a single, efficient sentence with no wasted words, making it front-loaded and easy to parse. However, it's overly concise to the point of under-specification, lacking necessary context for a mutation tool. Every word earns its place, but more content would improve completeness without sacrificing conciseness.

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 the tool's complexity as a mutation operation with no annotations, no output schema, and incomplete behavioral context, the description is insufficient. It doesn't explain what an IP set is, how it integrates with the cluster, or what the tool returns. For a create operation in a system with many sibling tools, more detail is needed to guide the agent effectively.

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

Parameters3/5

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

Schema description coverage is 100%, with parameters 'name' and 'comment' clearly documented in the schema. The description adds no additional meaning beyond implying an IP set is created, which the schema already covers through property names. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, as the description doesn't compensate but also doesn't detract.

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 'Create cluster IP set' states the action (create) and resource (cluster IP set), providing a basic purpose. However, it's vague about what an 'IP set' is in this context (e.g., firewall rule grouping, network configuration) and doesn't distinguish from siblings like 'pve_create_firewall_alias' or 'pve_create_security_group', which might have overlapping functions. It avoids tautology by not just restating the name, but lacks specificity.

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?

No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites (e.g., cluster setup), exclusions, or related tools like 'pve_list_ipsets' for checking existing sets. It leaves the agent to infer usage from the name alone, which is insufficient for effective tool selection.

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