Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

proxmox_cluster_backup_job

Manage Proxmox cluster backup jobs: list, get, create, update, or delete scheduled backups.

Instructions

Manage cluster backup jobs. action=list: list jobs | action=get: get job by ID | action=create: create job (elevated) | action=update: update job (elevated) | action=delete: delete job (elevated)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoBackup job ID
starttimeNoJob start time (HH:MM)
dowNoDay of week selection
storageNoStorage identifier
allNo
bwlimitNo
commentNo
compressNo
dumpdirNo
enabledNo
excludeNo
exclude-pathNo
ioniceNo
lockwaitNo
mailnotificationNo
mailtoNo
maxfilesNo
modeNo
nodeNo
notes-templateNo
performanceNo
pigzNo
poolNo
protectedNo
prune-backupsNo
quietNo
removeNo
repeat-missedNo
scriptNo
stdexcludesNo
stopNo
stopwaitNo
tmpdirNo
vmidNo
zstdNo
deleteNo
digestNo
actionYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only mentions 'elevated' for mutations but does not disclose side effects, permissions, rate limits, or return format. Given 38 parameters and no output schema, more transparency is needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise but too minimal given the tool's complexity (38 parameters). It front-loads the purpose effectively but lacks any structural breakdown (e.g., per-action parameter tables). Every sentence earns its place, but the conciseness comes at the cost of completeness.

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

Completeness2/5

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

With 38 parameters, 11% schema coverage, no output schema, and no parameter descriptions in the tool description, the contextual completeness is low. The description does not explain parameter dependencies (e.g., id needed for get/update/delete but not for list/create) or provide examples of valid combos.

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

Parameters1/5

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

The description adds no information about parameters beyond the action enum. With schema description coverage at only 11%, the description should compensate but fails. The agent has no guidance on how parameters interact with each action (e.g., which are required for create vs update).

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 tool manages cluster backup jobs and enumerates five actions (list, get, create, update, delete). This differentiates it from sibling tools like proxmox_cluster_config or proxmox_cluster_firewall which manage different aspects of the cluster.

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 lists the possible actions and marks create/update/delete as 'elevated', providing basic guidance on when each action is appropriate. However, it does not explicitly state when to use this tool vs alternatives (e.g., other backup-related tools), though the sibling list shows no other backup job tool.

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/Bldg-7/proxmox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server