Skip to main content
Glama

pbs_tape_changer_update

Update a Proxmox PBS tape changer configuration safely with dry-run planning and digest-based consistency checks.

Instructions

MUTATION: update a PBS tape changer config.

RISK_MEDIUM: repoints 'name' at (potentially) different physical hardware — a scheduled tape job using an associated drive next targets whatever changer the new config names. Dry-run by default (captures current config into the PLAN); confirm=True executes (PUT /config/changer/{name}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No snapshot primitive; re-apply the captured config to revert. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the existing tape changer to update.
pathNoNew device path, e.g. '/dev/sg4'.
deleteNoProperty names to clear: 'export-slots' and/or 'eject-before-unload'.
digestNoOptimistic-lock: 64-char lowercase hex SHA-256 of the config PBS last returned. If set and stale, PBS rejects the update.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the update.
export_slotsNoComma-separated slot numbers reserved for Import/Export.
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.
eject_before_unloadNoIf True, tapes are ejected manually before unloading.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description fully bears the burden of behavioral disclosure. It states this is a mutation with RISK_MEDIUM, explains the dry-run behavior (captures current config to PLAN), the synchronous execution (PUT /config/changer/{name} returns null), the return value formatting, the lack of snapshot primitive, and the revert strategy. It could mention idempotency or error handling, but overall it provides substantial behavioral context beyond the schema.

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 appropriately sized for the tool's complexity, with each sentence adding unique value. It is front-loaded with the core purpose ('MUTATION: update...'), followed by risk, behavior, return value, revert, and auth requirements. No redundancy or filler; it earns its length.

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?

Given that an output schema exists (relieving the description from explaining return values), the description covers the essential aspects: what the tool does, how it works, risks, dry-run/confirm workflow, revert possibility, and auth needs. It is thorough but could briefly mention error conditions or what happens if the named changer does not exist. Overall, it is complete for a mutation tool with well-documented parameters.

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% with each parameter having a description. The tool description adds context beyond the schema by explaining the practical implications: the 'name' parameter repoints physical hardware and affects scheduled jobs, and the 'confirm' parameter controls dry-run vs execution. This enhances understanding of parameter semantics, justifying a score above the baseline of 3.

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 starts with 'MUTATION: update a PBS tape changer config,' clearly stating the verb (update) and resource (tape changer config). It distinguishes from sibling tools like create, delete, get, and list by focusing on modification details, including the effect on scheduled jobs. This provides a specific, actionable 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 explains the dry-run vs confirm workflow, which guides safe usage. It also warns that the change affects scheduled tape jobs. However, it does not explicitly contrast with alternatives (e.g., when to use this vs pbs_tape_changer_create) or state when not to use the tool. Still, the usage 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