Skip to main content
Glama

pbs_datastore_s3_refresh

Refreshes a PBS datastore's local cache from its S3 backend. Use confirm=True to execute the update; dry-run by default.

Instructions

MUTATION: refresh a datastore's contents from its S3 backend into the local cache store.

RISK_MEDIUM — the local cache is overwritten/reconciled from the remote object store, and the datastore passes through 's3-refresh' maintenance mode while the task runs. Dry-run by default; confirm=True executes (PUT /admin/datastore/{store}/s3-refresh, async — UPID; a null return records "ok"). No undo — the cache is rebuilt. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeYesS3-backed PBS datastore name to refresh.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the refresh.
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 that overwrites local cache, passes through maintenance mode, dry-run vs execution, async response (UPID), null return for success, no undo, and config requirements. This is comprehensive.

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 and well-structured, using labels (MUTATION, RISK_MEDIUM) and bullet-like sentences. Every sentence adds essential information without 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?

The description covers operation, risk, mode, side effects, async behavior, and config requirement. It assumes the datastore exists and is S3-backed (implied). With an output schema present, return values are not needed. Minor missing: explicit prerequisite that datastore must exist.

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 covers 100% of parameters, but description adds value by linking confirm to dry-run vs execution behavior. This extra context improves parameter understanding beyond schema alone.

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 clearly states the verb ('refresh') and resource ('datastore's contents from S3 into local cache'). It distinguishes from sibling datastore tools (create, delete, update) and S3 check tools by specifying the exact operation and scope.

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?

Provides clear context: it's a mutation, dry-run by default, requires PROXIMO_PBS_* config. However, it does not explicitly state when to avoid using it (e.g., for non-S3 datastores) or compare to alternatives like pbs_datastore_create.

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