Skip to main content
Glama

pve_pool_update

Add or remove VMs and storage from a Proxmox pool. Dry-run shows planned ACL coverage changes; confirm to execute.

Instructions

MUTATION: add (delete=False) or remove (delete=True) pool members. Dry-run by default — the PLAN notes membership re-scopes ACL coverage. confirm=True to execute. Synchronous. delete=True with no vms/storage is refused (ambiguous).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vmsNo
deleteNo
poolidYes
confirmNo
storageNo
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?

With no annotations, the description carries full responsibility. It discloses the mutation nature, dry-run mechanics, synchronous behavior, and the refused edge case. It could further detail the impact on ACL coverage beyond noting membership re-scopes, but overall provides good 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?

The description is extremely concise—three sentences—yet conveys all essential information. It is front-loaded with the purpose and structured logically: purpose, dry-run behavior, execution requirement, and an edge case caveat. No wasted words.

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 the tool has 6 parameters, low schema coverage, no annotations, and an output schema (so return values are not needed), the description covers the critical workflows: adding/removing members, dry-run/confirmation, and the ambiguous-delete refusal. It could elaborate slightly on the nature of the output (e.g., brief note on what the plan contains), but is mostly complete.

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 low (17%), so the description must compensate. It explains the key parameters (delete, confirm, vms, storage) in context, especially the meaning of delete and the dry-run/confirm flow. The vms and storage parameters are left without format details, but the description adds meaningful usage context.

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 the tool modifies pool membership by adding or removing members. It explicitly distinguishes from sibling tools like pve_pool_create and pve_pool_delete by focusing on membership changes rather than pool creation or deletion.

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 explains that the tool operates in dry-run mode by default and requires confirm=True to execute, also noting that delete=True with no vms/storage is refused. This provides clear guidance on when and how to use the tool, though it does not explicitly exclude scenarios where alternatives might be better.

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