Skip to main content
Glama

pbs_traffic_control_upsert

Create or update a PBS traffic-control rule for bandwidth limits. Dry-run by default; set confirm=True to execute.

Instructions

MUTATION: create or update a PBS traffic-control (bandwidth-limit) rule. Dry-run by default.

Detects create-vs-update by reading the existing rule config (CAPTURE on update path): create → LOW: additive, no existing rule changed. update → MEDIUM: changing rate limits can throttle backups or saturate the network.

A too-low rate-in or rate-out throttles PBS backups to a crawl. No rollback primitive. confirm=True to execute. Use pbs_traffic_controls_list to see existing rules first, or pbs_traffic_control_delete to remove one.

POST (create) or PUT (update) /config/traffic-control[/{name}] Smoke-confirm: create-vs-update dispatch; rate-in/rate-out/burst-in/burst-out/timeframe param names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTraffic-control rule name; creates it if new, updates it if it already exists.
commentNoFree-text comment/description for the rule.
confirmNoSet True to execute; False (default) only returns the dry-run plan.
networkNoNetwork/CIDR this rule applies to.
rate_inNoSustained inbound bandwidth limit in bytes/second.
burst_inNoInbound burst bandwidth allowance in bytes.
rate_outNoSustained outbound bandwidth limit in bytes/second.
burst_outNoOutbound burst bandwidth allowance in bytes.
timeframeNoTime window this rule is active (PBS traffic-control timeframe format).
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 covers behavioral aspects: it is a mutation with create/update detection, dry-run capability, risks of throttling backups, and no rollback primitive. It also mentions the underlying HTTP methods (POST/PUT) and dispatches accordingly.

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

Conciseness4/5

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

The description is well-structured with clear sections: purpose, behavior, risks, usage, and API details. It is slightly verbose but every sentence contributes value. Front-loads key information (mutation, dry-run). Could be more concise without losing clarity.

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 complexity (10 parameters, mutation, create/update logic) and absence of annotations, the description covers all necessary aspects: purpose, usage guidelines, behavioral risks, and parameter hints. It also references sibling tools and provides smoke-test advice. The presence of an output schema reduces the need to describe return values.

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 brief context about rate-in/rate-out and other param names but does not significantly extend beyond the schema's own descriptions. The warning about too-low rates is helpful but not parameter-specific enough to raise the score.

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 it is a mutation tool for creating or updating PBS traffic-control rules, specifying bandwidth-limit rules. It distinguishes itself from siblings like pbs_traffic_controls_list and pbs_traffic_control_delete by mentioning them explicitly. The verb 'upsert' and resource 'traffic-control rule' are well-defined.

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 gives explicit guidance: dry-run by default, confirm=True to execute. It recommends using pbs_traffic_controls_list to see existing rules first, and mentions pbs_traffic_control_delete as alternative for removal. This helps the agent decide when to use this tool vs siblings.

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