Skip to main content
Glama

pbs_node_disk_directory_delete

Remove a PBS directory datastore mount unit and config mapping without wiping disk data. Set confirm=true to execute, or false for a dry-run plan.

Instructions

MUTATION: remove a directory datastore's mount unit and config mapping on a PBS node.

RISK_HIGH: irreversibly destroys the datastore mapping. UNLIKE PVE's equivalent, PBS exposes NO cleanup-disks option here — the underlying disk data is NEVER wiped by this call, only the mount unit and config mapping are removed. This call is SYNCHRONOUS on PBS (unlike PVE's async version): confirm=True executes (DELETE /nodes/{node}/disks/directory/{name}) and returns {"status": "ok", "result": None} directly, not "submitted". Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDatastore name (directory backend) to remove.
nodeNoPBS node name (or 'localhost').localhost
confirmNoFalse (default) returns a dry-run PLAN only; True executes the removal.
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 risk, irreversible destruction of mapping, that disk data is never wiped, synchronous behavior, required PROXIMO_PBS_* config, and return format. No annotations provided, so description carries full burden and does so comprehensively.

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 yet dense with information. Structured with clear sections: MUTATION label, action, risk, comparison, synchronous behavior, confirm explanation, return value. Every sentence adds value without redundancy.

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?

Given the presence of an output schema, the description fully covers tool purpose, side effects, safety, sync/async behavior, config needs, and return format. No gaps identified; complete for an AI agent to select and invoke correctly.

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?

Schema coverage is 100%, but the description adds meaningful context beyond schema: explains confirm parameter's role (dry-run vs execution), mentions PROXIMO_PBS_* config requirement for proximo_target, and clarifies node default. Each parameter is addressed with additional behavioral 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 it removes a directory datastore's mount unit and config mapping on a PBS node. It distinguishes from siblings like pbs_datastore_delete by noting that disk data is not wiped, and compares to PVE's equivalent to clarify scope.

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 explains when to use (removing a datastore mapping), when not to use (not for disk cleanup), and contrasts with PVE's asynchronous version. Provides guidance on confirm parameter for dry-run vs execution.

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