Skip to main content
Glama

pve_pool_delete

Delete a Proxmox resource pool. Requires pool to be empty (members not deleted). Dry-run by default; set confirm=true to execute.

Instructions

MUTATION: delete a resource pool. Dry-run by default — the PLAN warns ACLs on /pool/{poolid} are orphaned and the pool must be empty first (members are NOT deleted; empty it first with pve_pool_update). confirm=True to execute. Synchronous — returns null.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
poolidYesPool ID to delete; the pool must be empty first.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the deletion.
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
Behavior5/5

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

Discloses mutation behavior, dry-run default, synchronous execution, return value (null), and side effect (orphaned ACLs). No annotations are provided, but the description fully covers behavioral traits.

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?

Concise, front-loaded with purpose, no unnecessary words. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Fully covers preconditions, execution modes, side effects, return value, and references related tools. Output schema exists but description already explains return null.

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

Parameters5/5

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

Despite 100% schema coverage, the description adds meaningful context: that poolid must refer to an existing empty pool, that confirm controls dry-run vs execution, and the reference to pve_pool_update for emptying. This goes beyond the schema.

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?

Clearly states 'delete a resource pool' with the MUTATION prefix. Distinguishes itself from sibling tools like pve_pool_create, pve_pool_get, pve_pools_list, and pve_pool_update by being the delete operation.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: preconditions (pool must be empty, empty it with pve_pool_update), dry-run by default, how to execute (confirm=True), and synchronous behavior. Clearly differentiates from pve_pool_update for emptying.

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