Skip to main content
Glama

pbs_datastore_unmount

Unmount a removable PBS datastore, making it unavailable for use. Plan with dry-run, then confirm to execute.

Instructions

MUTATION: unmount the removable device backing a datastore.

RISK_MEDIUM — the datastore becomes UNAVAILABLE: in-flight operations are aborted and every job targeting it fails until re-mounted (check pbs_datastore_active_operations first). Dry-run by default; confirm=True executes (POST /admin/datastore/{store}/unmount, async — UPID; a null return records "ok"). Reverse with pbs_datastore_mount. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeYesRemovable PBS datastore name to unmount.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the unmount.
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?

With no annotations, description fully discloses mutation behavior: datastore becomes unavailable, in-flight operations aborted, jobs fail until re-mounted, async operation (UPID), null return for ok, and config requirement (PROXIMO_PBS_*).

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?

Description is concise yet comprehensive, front-loaded with MUTATION label and risk level. Uses clear structure: risk, consequences, usage steps. 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?

For a tool with 3 parameters and output schema, description explains return values (null/UPID), dry-run behavior, and impact on operations. Covers all necessary context given complexity.

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 100%, baseline 3. Description adds value by explaining 'confirm' as dry-run toggle and 'proximo_target' as multi-target selection, reinforcing meaning 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?

The description clearly states the tool's purpose: unmount a removable device backing a datastore, using specific verb 'unmount' and resource 'datastore'. It distinguishes from sibling tools like pbs_datastore_mount (reverse) and pbs_datastore_active_operations (pre-check).

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?

Provides explicit guidance: check pbs_datastore_active_operations first, dry-run by default, confirm=True to execute, and reverse with pbs_datastore_mount. Does not explicitly list when not to use, but context is clear.

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