Skip to main content
Glama

pve_user_delete

Delete a Proxmox user with a dry-run preview of ACLs and tokens that will be lost; confirm flag executes the permanent removal.

Instructions

MUTATION (HIGH): delete a user. Dry-run by default — the PLAN reads the user's ACLs/tokens to show what access vanishes (permanent, no undo; admin = lockout risk). confirm=True executes and returns a dict; synchronous, no UPID. To disable login without deleting, use pve_user_update (enable=False) instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
useridYesUser id to delete, format 'user@realm'.
confirmNoFalse (default) returns a dry-run PLAN preview; True executes the mutation.
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?

Discloses mutation, dry-run default, PLAN functionality, permanence, admin lockout risk, synchronous behavior. With no annotations, description carries full burden; it covers most key behaviors but could elaborate on exact side effects of execution (e.g., token invalidation).

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, efficiently front-loaded with type and risk. Every clause adds value; no redundancy or fluff.

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?

Despite complexity of permanent delete with dry-run, description covers essential aspects. Output schema exists (not shown) so return details are not required. Adequate for an agent to use correctly.

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 coverage is 100%, so parameters are well-documented there. Description adds context linking confirm param to dry-run vs execution, but does not add new syntax or constraints beyond 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?

Description clearly states 'delete a user' with verb and resource. Distinguishes from sibling pve_user_update by contrasting disable vs delete. Also mentions dry-run default behavior.

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?

Explicitly says when to use (permanent delete) and when not (disable login -> use pve_user_update). Highlights admin lockout risk and dry-run preview for safe evaluation.

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