Skip to main content
Glama

pbs_tfa_update

Update a two-factor authentication entry for a Proxmox Backup Server user. Modify description or enable/disable the entry, with dry-run preview before applying.

Instructions

MUTATION (MEDIUM): update a TFA entry's description/enabled flag. Dry-run by default — the PLAN reads the current entry first. password, if supplied, is redacted identically to pbs_tfa_add's. confirm=True executes and returns a dict; synchronous, no UPID. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enableNoWhether the entry is currently enabled; False disables it immediately. Omit to leave unchanged.
tfa_idYesTFA entry id to update.
useridYesPBS user id, format 'user@realm'.
confirmNoFalse (default) returns a dry-run PLAN preview; True executes the mutation.
passwordNoThe ACTING user's own current password; redacted from all plans/logs/ledger.
descriptionNoNew description; 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, the description fully discloses behavioral traits: mutation, dry-run, password redaction, synchronous execution, no UPID, and config requirement. This is comprehensive and leaves no ambiguity about what the tool does.

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?

Three sentences with no fluff, front-loaded with 'MUTATION (MEDIUM)' for quick identification. Every sentence adds value.

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 presence of an output schema and 100% parameter coverage, the description covers essential aspects: dry-run vs execute, auth needs, and behavior. It lacks details on error cases but is sufficient for this tool's complexity.

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 baseline is 3. The description adds minimal extra meaning, only noting password redaction similar to pbs_tfa_add. Most parameter details are already in the schema descriptions.

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 it updates a TFA entry's description/enabled flag, with a specific verb and resource. However, it does not explicitly distinguish this tool from siblings like pbs_tfa_add or pbs_tfa_delete beyond the action name.

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 provides clear usage context: dry-run by default, confirm=True to execute, and mentions required config (PROXIMO_PBS_*). It does not explicitly state when to use this tool vs alternatives, but the dry-run/confirm pattern is a strong guideline.

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