Skip to main content
Glama

pbs_tape_drive_update

Update a PBS tape drive's device path, changer, or drive slot. Dry-run generates a plan; confirm executes the change.

Instructions

MUTATION: update a PBS tape drive config.

RISK_MEDIUM: repoints 'name' at (potentially) different physical hardware — a scheduled tape job using this drive next targets whatever device the new config names. Dry-run by default (captures current config into the PLAN); confirm=True executes (PUT /config/drive/{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 drive to update.
pathNoNew device path, e.g. '/dev/sg0'.
deleteNoProperty names to clear: 'changer' and/or 'changer-drivenum'.
digestNoOptimistic-lock: 64-char lowercase hex SHA-256 of the config PBS last returned. If set and stale, PBS rejects the update.
changerNoNew tape changer identifier association.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the update.
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.
changer_drivenumNoNew changer drive slot number (0-255).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral disclosure burden. It details the mutation behavior, risk medium, effect on scheduled jobs, dry-run vs confirm execution, synchronous API, return format (null from PBS, JSON from tool), no snapshot primitive, and required config. This is thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one paragraph of several sentences. It is front-loaded with the mutation label and clear purpose. While comprehensive, it could be slightly more concise by removing some redundancy (e.g., 'synchronous — PBS returns null' could be combined). Still well-structured for an agent.

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 tool's complexity (mutation, risk, conditional execution) and the presence of output schema, the description covers all essential aspects: how the update works, dry-run, confirm, return format, revert strategy, and configuration requirement. It is complete enough for correct invocation.

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 description coverage is 100%, so schema documents each parameter. The description adds meaning by explaining the overall flow (dry-run vs confirm), which is not evident from individual parameter descriptions. It also explains how parameters like 'confirm' affect execution, adding value 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 explicitly states 'update a PBS tape drive config' and provides a clear verb-resource combination. It is distinct from sibling tools like create, delete, get, and list, which have different purposes.

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 provides strong context on usage: it mentions mutation, risk level, dry-run default, confirm flag execution, and revert possibility. It implies when to use (updating existing config) but does not explicitly contrast with alternatives or state when not to use.

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