Skip to main content
Glama
szoran53

pbs-mcp-server

by szoran53

List PBS Tasks

pbs_list_tasks
Read-onlyIdempotent

List recent tasks on Proxmox Backup Server with filters for running status, type, and result. View UPID, user, timestamps, and completion status for monitoring.

Instructions

List recent tasks on the PBS node. Returns task UPID, type, user, start/end times, and status.

Args:

  • limit (number): Max tasks to return (default 30, max 200)

  • running (boolean): If true, only show currently running tasks

  • typefilter (string): Filter by task type, e.g. "garbage_collection", "verify", "prune", "sync"

  • statusfilter (string): Filter by status, e.g. "ok", "error"

Returns: List of tasks with UPID, type, user, timestamps, and completion status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax tasks to return
runningNoOnly show running tasks
typefilterNoFilter by task type (e.g. garbage_collection, verify, prune, sync)
statusfilterNoFilter by status (ok, error, etc.)
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds useful context beyond annotations: it specifies the return fields and constrains results to 'recent' tasks. This is valuable behavioral disclosure.

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: a clear first sentence, a compact Args block, and a Returns line. Every sentence serves a purpose, with no fluff or repetition.

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?

For a simple list operation, the description is complete: it names the resource, parameters, and return shape. It does not over-explain pagination or sorting, which is acceptable given the schema covers limit constraints. The lack of an output schema is mitigated by the explicit return description.

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 description coverage is 100%, so the baseline is 3. The description repeats parameter info and also matches the schema's examples for typefilter and statusfilter, adding no new semantic value. The only marginal addition is the default/max for limit, already present in the schema.

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 uses a specific verb ('List') and resource ('recent tasks on the PBS node') and clearly states what is returned (UPID, type, user, start/end times, status). It implicitly distinguishes itself from sibling tools that target specific job types like sync or verify jobs.

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

Usage Guidelines3/5

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

The description implies general use for listing all tasks, but it does not explicitly state when to use this tool versus dedicated listers like pbs_list_sync_jobs or pbs_list_verification_jobs. No when-not-to-use guidance is provided, though the examples of type filters suggest filtering capabilities.

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/szoran53/pbs-mcp-server'

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