Skip to main content
Glama

pbs_tfa_webauthn_set

Update the server-wide WebAuthn configuration for Proxmox Backup Server. Dry-run shows impact of changes to RP ID, origin, or name; confirm to apply.

Instructions

MUTATION (MEDIUM): update the server-wide WebAuthn config. Dry-run by default — the PLAN reads the current config and calls out that changing rp_id WILL break every existing WebAuthn credential on the server, and origin MAY. confirm=True executes and returns a dict; synchronous, no UPID. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rp_idNoRelying party ID (the domain name, no protocol/port/path). Changing this WILL break every existing WebAuthn credential on the server.
digestNoOptional SHA256 config digest to prevent concurrent modifications.
originNoSite origin (https:// URL, or http://localhost). Changing this MAY break existing WebAuthn credentials.
confirmNoFalse (default) returns a dry-run PLAN preview; True executes the mutation.
rp_nameNoRelying party display name (any text identifier). Changing this MAY break existing credentials.
delete_propsNoProperty names to clear.
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.
allow_subdomainsNoWhether subdomains of origin are considered valid too. Defaults to true per PBS.

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 shoulders the burden. It discloses the mutation nature (MEDIUM risk), dry-run behavior, synchronous execution, and the need for specific config. It does not detail error responses or idempotency, but the output schema likely covers return structure, making this fairly 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 efficiently structured: it starts with the core purpose flagged as 'MUTATION (MEDIUM)', then explains the dry-run default, key implications, execution behavior, and config requirement—all in just a few sentences without redundancy.

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?

For an 8-parameter mutation tool with an output schema, the description covers the essential aspects: mutation type, dry-run vs. confirm, and config prerequisites. It lacks error handling and edge cases, but the output schema and schema descriptions fill many gaps, making it sufficiently 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% with detailed descriptions for each parameter. The description adds no additional parameter-level meaning beyond summarizing that changes to `rp_id` and `origin` affect existing credentials, which is already in the schema. Thus, baseline 3 is appropriate.

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 is a mutation to 'update the server-wide WebAuthn config', with a specific verb and resource. While it distinguishes itself from sibling tools like `pbs_tfa_webauthn_get` by implying mutation vs. read, it does not explicitly compare, preventing a score of 5.

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?

Guidelines are provided: dry-run by default with a PLAN that highlights destructive implications for `rp_id` and `origin`, confirm=True to execute, and a prerequisite for PROXIMO_PBS_* config. However, no guidance is given on when to use this tool versus alternative TFA tools, so it's not fully comprehensive.

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