Skip to main content
Glama

pbs_tape_changer_transfer

Move media from one tape changer slot to another via robot. Returns a dry-run plan by default; set confirm=True to execute.

Instructions

MUTATION: move media from one changer slot to another.

RISK_LOW: pure storage-slot rearrangement via the changer robot — no drive interaction, no in-flight job interrupted, trivially reversible by transferring again with from/to swapped. Dry-run by default (returns a PLAN); confirm=True executes (POST /tape/changer/{name}/transfer, synchronous) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTape changer identifier.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the transfer.
to_slotYesDestination slot number (>= 1).
from_slotYesSource slot number (>= 1).
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, the description fully discloses behavior: it's a mutation, low risk, reversible, no drive interaction, no job interruption. It details dry-run vs execution, synchronous nature, and return format. This is comprehensive and adds value beyond structured fields.

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 exceptionally concise: three sentences cover purpose, risk, and execution details. It is front-loaded with the action and resource, then risk, then dry-run/confirm behavior. 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 full schema coverage, presence of output schema, and the description's thorough coverage of behavior, risk, prerequisites, and usage pattern, the tool is completely described for an 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.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already describes parameters. The description adds useful behavioral context for the confirm parameter (dry-run vs execute) and explains the overall flow. Some parameter details (like slot numbers) are not enhanced, but the description still provides meaningful addition.

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 'move media from one changer slot to another', which is a specific verb and resource. It distinguishes from sibling tools like pbs_tape_media_move (cross-changer) and other changer operations by emphasizing it's internal slot rearrangement.

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 explains the dry-run default behavior and how to execute with confirm=True, providing clear usage guidance. However, it does not explicitly exclude use cases for alternative tools like pbs_tape_media_move, though the context implies it's for intra-changer moves.

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