Skip to main content
Glama

pve_realm_create

Create an authentication realm for Proxmox VE supporting PAM, PVE, LDAP, AD, or OpenID types. Dry-run shows planned changes; confirm applies them.

Instructions

MUTATION: create an auth realm. Dry-run by default; confirm=True executes and returns a dict, synchronous with no UPID. options carries the type-specific fields PVE requires (ldap: server1/base_dn/user_attr; ad: domain/server1; openid: issuer-url/client-id) — passed verbatim; PVE validates them. Use pve_realms_list to see configured realms first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
realmYesNew realm id/name.
commentNoOptional free-text comment.
confirmNoFalse (default) returns a dry-run PLAN preview; True executes the mutation.
optionsNoType-specific config fields passed verbatim to PVE (e.g. ldap: server1/base_dn/user_attr; ad: domain/server1; openid: issuer-url/client-id).
realm_typeYesRealm type: 'pam', 'pve', 'ldap', 'ad', or 'openid'.
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
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description effectively discloses key behaviors: it is a mutation, dry-run by default, confirm=True executes synchronously and returns a dict with no UPID. It also explains that 'options' are passed verbatim to PVE with type-specific examples. This covers the main behavioral traits expected for a create operation.

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, front-loaded with the core purpose, and every sentence adds essential information. It efficiently covers behavior, parameters, and a usage hint without extraneous content.

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 tool's complexity (6 parameters, 2 required) and the presence of an output schema, the description covers the main aspects: creation behavior, dry-run/confirm, options structure, and a suggestion to list realms. It is nearly complete, though it could mention prerequisites or return value details not covered by the output schema.

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?

Although schema coverage is 100%, the description adds significant value beyond the schema by providing concrete examples for the 'options' parameter (ldap, ad, openid fields) and explaining the 'confirm' parameter's effect. This helps the agent understand how to construct the arguments for different realm types.

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 'create an auth realm' with a specific verb and resource. It mentions 'MUTATION' to indicate it's a write operation. It provides a hint to list realms first, partially distinguishing from pve_realm_list, but does not explicitly differentiate from pve_realm_update or pve_realm_delete.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description advises using pve_realms_list before creating, giving some context. It explains the confirm parameter for execution vs dry-run. However, it lacks explicit guidance on when not to use this tool or how it compares to realm update/delete alternatives.

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