Skip to main content
Glama

pbs_gc_status

Get garbage-collection status for a PBS datastore: view current GC state, disk/index stats, and pending/removed chunk counts.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeYesPBS datastore name.
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?

No annotations provided, so description carries full burden. It states the tool is read-only and lists the returned data types (GC state, disk/index stats, chunk counts). It also notes the conditional presence of the GC schedule field. This covers behavior beyond the schema, though it could mention that status may be stale or require specific permissions.

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?

Three sentences, front-loaded with purpose, then output details, then alternatives. No redundant or wasted words.

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 simplicity (read-only with 2 params, output schema exists), the description fully covers what the tool does and what it returns, plus guiding to alternative tools. No gaps.

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 has 100% coverage with descriptions for both parameters (store and proximo_target). The description does not add additional semantics beyond what the schema already provides, so baseline 3 is appropriate.

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?

Description clearly states it gets garbage-collection status for one PBS datastore and is read-only. It distinguishes itself from siblings pbs_gc_start and pbs_datastore_status by specifying their 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 Guidelines5/5

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

Explicitly tells when to use this tool (to get GC status) and when to use alternatives: pbs_gc_start for executing GC and pbs_datastore_status for capacity info.

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