Skip to main content
Glama

pve_realm_update

Update a Proxmox VE realm configuration. Dry-run returns a plan; confirm=True executes the mutation. Provide realm ID and type-specific options like server1 or base_dn.

Instructions

MUTATION: update a realm. Dry-run by default — built-in pam/pve realms are flagged HIGH (changing them risks breaking logins). confirm=True executes and returns a dict; synchronous, no UPID. options carries type-specific fields (server1/base_dn/etc.) passed verbatim; PVE validates them. Use pve_realm_get to see current config first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
realmYesRealm id to update.
commentNoNew free-text comment; omit to leave unchanged.
confirmNoFalse (default) returns a dry-run PLAN preview; True executes the mutation.
optionsNoType-specific config fields to update, passed verbatim to PVE (e.g. server1/base_dn/etc.).
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?

No annotations are provided, so the description carries full burden. It discloses critical behavioral traits: synchronous execution, no UPID, dry-run by default, risk for built-in realms, and that options are passed verbatim with PVE validation. This is thorough for a mutation tool.

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, consisting of 3-4 sentences with no wasted words. It front-loads the core purpose and key details, making it easy for an agent to parse quickly.

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 tool's complexity (5 params, 1 required, output schema exists), the description covers the essential context: what it does, how to use it safely, important warnings, and a recommendation for a pre-flight check. It is fully adequate for agent decision-making.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds value by explaining the confirm parameter's dry-run vs execute behavior and clarifying that options carries type-specific fields passed verbatim. This extra context raises the score above baseline.

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 explicitly states 'MUTATION: update a realm' with a clear verb and resource. It distinguishes itself from sibling realm tools by mentioning a prerequisite (pve_realm_get) and focusing on mutation, while the name itself differentiates from create/delete.

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 provides excellent usage guidance: it explains the dry-run default behavior, how to execute with confirm=True, warns about the high risk for built-in realms, and recommends using pve_realm_get first. This gives the agent clear when-to-use and when-not-to-use information.

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