Skip to main content
Glama

pbs_job_update

Update a PBS scheduled job (sync, verify, or prune) with new schedule, namespace, or comment. Dry-run by default; confirm to execute.

Instructions

MUTATION: update a PBS scheduled job. job_type = sync|verify|prune. Dry-run by default — the PLAN captures current config for manual revert; confirm=True to execute and returns synchronously (no task UPID). Config-only; existing backup data is unaffected. Needs PROXIMO_PBS_* config. To create use pbs_job_create; to remove use pbs_job_delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nsNoNew PBS namespace the job operates on; omit to leave unchanged.
job_idYesID of the existing PBS scheduled job to update.
commentNoNew free-text note; omit to leave unchanged.
confirmNoGate: false returns a dry-run PLAN, true executes the update.
job_typeYesPBS job type: sync | verify | prune.
scheduleNoNew Proxmox calendar-event schedule string; omit to leave unchanged.
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 provided, the description fully carries the burden of behavioral disclosure. It clearly labels the tool as 'MUTATION', explains the dry-run mechanism with PLAN capture, the confirm flag for execution, synchronous return without task UPID, and that it only affects config without altering backup data. This is highly transparent.

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 (4 sentences) with no redundancy. Every sentence adds value: purpose, job_type values, dry-run behavior with confirm, config requirement, and sibling tool references. It is front-loaded with the key information.

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 7 parameters with full schema coverage and the presence of an output schema, the description is remarkably complete. It covers the core functionality, behavioral nuances, config prerequisites, and sibling relationships. No critical information is missing for an agent to use the tool correctly.

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

Parameters5/5

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

Schema coverage is 100%, so baseline is 3. However, the description adds significant value beyond the schema: it explains the job_type values, the dry-run behavior tied to confirm, the purpose of PLAN capture, and the context for proximo_target (multi-target config). This enriches the agent's understanding of parameter usage.

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 that the tool updates a PBS scheduled job, specifies the valid job_type values (sync|verify|prune), and explicitly distinguishes from sibling tools pbs_job_create and pbs_job_delete. The verb 'update' and resource 'PBS scheduled job' are specific and unambiguous.

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?

The description explicitly provides alternative tools for creation and deletion ('To create use pbs_job_create; to remove use pbs_job_delete'). It also explains the dry-run default behavior and the required PROXIMO_PBS_* config, giving clear guidance on when and how to use this 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/john-broadway/proximo'

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