Skip to main content
Glama

pbs_tape_media_content

List tape media content with snapshot inventory and label-text details. Filter by pool, media, backup ID, media set, label, or backup type.

Instructions

READ-ONLY: list media content — the snapshot inventory recorded across tape. ADVERSARIAL: carries snapshot (guest-influenced backup id/type/time) AND label-text — matches the pbs_snapshots_list precedent. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
poolNoFilter to one media pool (2-32 chars).
mediaNoFilter to one media UUID.
backup_idNoFilter to one backup ID.
media_setNoFilter to one media-set UUID.
label_textNoFilter to one media label/barcode (2-32 chars).
backup_typeNoFilter to one backup type: 'vm', 'ct', or 'host'.
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
Behavior3/5

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

The description explicitly declares READ-ONLY behavior and hints at adversarial data (guest-influenced fields), which adds transparency beyond no annotations. However, it does not disclose pagination, error cases, or authorization details, leaving gaps for a 7-parameter tool with no annotations.

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 concise (three lines) and front-loaded with the key action 'list media content'. Some jargon ('ADVERSARIAL') may confuse, but overall it is efficient and avoids unnecessary verbiage.

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?

Given the output schema exists, the description does not need to detail return values. It mentions a config requirement (PROXIMO_PBS_*) and draws a parallel to pbs_snapshots_list. However, it lacks completeness for a tool with 7 parameters and many siblings, missing guidance on result structure or filtering nuances.

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%, so baseline is 3. The description mentions 'snapshot' and 'label-text' but does not enhance understanding of parameters beyond what the schema already provides (e.g., backup_id, label_text). No new semantic value is added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists media content (snapshot inventory recorded across tape) and marks it as READ-ONLY. However, it does not explicitly differentiate from sibling tools like pbs_tape_media_list or pbs_snapshots_list, which weakens its distinctiveness.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives. It briefly mentions 'ADVERSARIAL' and a requirement for PROXIMO_PBS_* config, but lacks when-not or comparative context among the many tape/snapshot related siblings.

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