Skip to main content
Glama

pbs_tape_pool_create

Create a new PBS tape media pool for managing backup tapes, with optional encryption, retention policies, and media set allocation. Supports dry-run planning before execution.

Instructions

MUTATION: create a PBS tape media pool.

RISK_LOW: additive — no existing pool/drive/changer/job config is affected. Dry-run by default (returns a PLAN); confirm=True executes (POST /config/media-pool, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew media pool name (2-32 chars, alnum/underscore start, then alnum/./_/-).
commentNoOptional comment (no control characters, <=128 chars).
confirmNoFalse (default) returns a dry-run PLAN only; True executes the creation.
encryptNoOptional tape encryption key fingerprint (32 colon-separated hex byte-pairs) — future writes into this pool are encrypted with it.
templateNoMedia set naming template (may contain strftime() specs, 2-64 chars).
retentionNoMedia retention policy: 'overwrite', 'keep', or a time span.
allocationNoMedia set allocation policy: 'continue', 'always', or a calendar event.
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
Behavior4/5

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

With no annotations, the description carries full burden and discloses key behavioral traits: it is a mutation, additive, dry-run by default, confirmed execution returns a specific response, and needs config. It does not cover error cases (e.g., duplicate name) or idempotency, but the level of detail is good.

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 concise: 3 sentences with no fluff. It front-loads the purpose and type ('MUTATION'), then explains risk, behavior, and requirements. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the dry-run vs execution behavior and return format, which adds to the output schema. However, it lacks context on prerequisites (e.g., tape changer/drive must be created first) and parameter interplay. For a tool with 8 parameters, additional context on parameter usage would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

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

Schema coverage is 100% (all 8 parameters have descriptions), so baseline is 3. The tool description does not add extra meaning beyond the schema (e.g., explaining relationships between parameters like encrypt and retention). There is no parameter-level elaboration in the description.

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 first sentence 'MUTATION: create a PBS tape media pool' clearly states the action (create) and the resource (PBS tape media pool). The description distinguishes this tool from sibling tools like pbs_tape_pool_delete, pbs_tape_pool_update, etc., by focusing exclusively on creation.

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 clear usage context: it is a mutation, low-risk and additive, defaults to dry-run, and requires PROXIMO_PBS_* config. However, it does not explicitly state when not to use this tool (e.g., for updating an existing pool) or name alternatives like pbs_tape_pool_update.

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