Skip to main content
Glama

Delete resource pool

delete_pool
Destructive

Permanently delete a resource pool without removing its members, leaving them orphaned. Requires user confirmation for this destructive action.

Instructions

Permanently delete a resource pool. Members are NOT deleted; they remain orphaned. DESTRUCTIVE — ask the user to confirm before invoking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
poolidYes
confirmNoSet to true once the user has approved this destructive action
Behavior4/5

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

Annotations already indicate destructiveHint=true, but the description adds the specific effect that members remain orphaned, which is not in annotations. It also reinforces the need for user confirmation, providing behavioral context beyond what annotations offer.

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, consisting of two sentences that front-load the key information: purpose, effect, and critical warning. No word is wasted.

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?

For a simple destructive tool with partial schema coverage and no output schema, the description adequately covers the important aspects: destruction effect, membership behavior, and confirmation requirement. It is sufficient for an agent to understand what happens and how to invoke it safely.

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 50% (only 'confirm' has a description). The tool description does not add any new information about the parameters; it does not explain 'poolid' or further clarify 'confirm'. Given the moderate coverage, the description should compensate but fails to do so.

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 verb 'delete' and the resource 'resource pool'. It also specifies that members are not deleted but orphaned, distinguishing it from other deletion tools. This provides a specific, complete purpose.

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 explicitly states 'DESTRUCTIVE — ask the user to confirm before invoking,' providing a clear usage guideline. While it does not list alternatives, the context of sibling tools includes create_pool and update_pool, making the when-to-use implicit. The guidance is clear and actionable.

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/ngocdd/proxmox-mcps'

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