Skip to main content
Glama

pbs_job_run

Trigger a PBS job (sync, verify, or prune) immediately outside its normal schedule. Use dry-run to preview changes before confirming execution.

Instructions

MUTATION: trigger a PBS scheduled job immediately, outside its normal schedule. job_type = sync|verify|prune. Dry-run by default; confirm=True to execute. SCHEMA QUIRK (live PBS apidoc, 2026-07-15, Wave 5c review Finding 4): POST /admin/{type}/{id}/run declares returns:null for all three types — when PBS returns nothing the run completed (or at least was accepted) synchronously and the status is "ok"; if a UPID does come back (the schema may be under-documented), the status is "submitted" and pbs_tasks_list tracks it. Risk depends on job_type: prune runs permanently DELETE snapshots per the retention policy, sync may add/remove directory data, verify is read-only. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesID of the PBS scheduled job to trigger immediately.
confirmNoGate: false returns a dry-run PLAN, true executes the run.
job_typeYesPBS job type: sync | verify | prune.
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?

With no annotations, the description carries full responsibility. It clearly labels the tool as a mutation, details the return schema quirk (null vs UPID), explains risk per job_type (e.g., prune deletes snapshots), and mentions config requirement (PROXIMO_PBS_*). This is thorough, though it could add more about error states or idempotency.

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 dense and contains a lot of information, but it lacks structure. It mixes purpose, schema quirk, risk, and config in a single paragraph. Starting with 'MUTATION:' is good, but the text could be more organized (e.g., separate behavior, return type, risk). Some redundancy with schema.

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?

Given the tool's complexity (mutation, multiple job types, return quirks, config dependencies), the description covers essential aspects: purpose, dry-run gate, risk per type, config requirement, and return behavior. An output schema exists, so return values are defined there. Missing: typical use cases, error handling, or impact on job scheduling. Still, it's fairly complete.

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 coverage is 100%, so the baseline is 3. The description adds marginal value beyond the schema: it repeats the confirm gate and job_type values, and adds a config note. It does not clarify job_id further. The SCHEMA QUIRK note is about return values, not parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool triggers a PBS scheduled job immediately, differentiating it from job management tools (create, delete, update). It specifies the job_type options (sync, verify, prune) and notes it's a mutation, but could more explicitly contrast with siblings like pbs_prune or pbs_verify_start.

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 explains the dry-run vs execution gate (confirm=True), which is helpful. However, it does not provide guidance on when to use this tool versus alternatives like pbs_prune or pbs_verify_start for on-demand runs. No prerequisites or exclusions are mentioned.

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