Skip to main content
Glama

pbs_gc_status

Retrieve garbage-collection status for a PBS datastore, including schedule, current state, disk/index statistics, and pending/removed chunk counts.

Instructions

Get garbage-collection status for one PBS datastore (read-only). Returns GC schedule, current state, disk/index statistics, and pending/removed chunk counts. Use pbs_gc_start to execute garbage collection or pbs_datastore_status for capacity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeYes
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
Behavior2/5

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

No annotations provided, so description must carry the burden. It declares read-only but does not mention auth requirements, rate limits, or potential errors. Lacks behavioral depth beyond the obvious.

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?

Two sentences, efficient, front-loaded with key purpose. Every part adds value, no redundancy.

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?

With output schema present, return value explanation is optional. Description includes a useful summary of return fields. However, missing parameter guidance and behavioral notes make it slightly incomplete.

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

Parameters2/5

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

Schema coverage is 50% (store parameter undocumented). The description adds no parameter details. It does not explain what 'store' expects or how to specify it, leaving ambiguity.

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?

Clearly states the verb (Get) and resource (garbage-collection status for one PBS datastore) with read-only indication. Lists specific return fields. Distinguishes from siblings pbs_gc_start and pbs_datastore_status.

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?

Explicitly tells when to use this tool and provides alternatives (pbs_gc_start for execution, pbs_datastore_status for capacity). Could be improved by stating when not to use it, but the guidance 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