Skip to main content
Glama

pve_realm_get

Retrieve a realm's full configuration to inspect its type, TFA requirements, and type-specific settings such as LDAP base DN or OpenID issuer URL.

Instructions

Get a realm's full config (read-only). Returns realm type, comment, TFA requirement, and type-specific settings (server1/base_dn for ldap; domain/server1 for ad; issuer-url/client-id for openid). Use pve_realm_create/update/delete to manage realms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
realmYesRealm id to look up, e.g. 'pam', 'pve', or a configured ldap/ad/openid realm name.
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, the description carries the full burden. It declares read-only and enumerates return fields. While it doesn't discuss authorization or errors, this is adequate for a simple getter.

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?

Two sentences front-load purpose and return details, with zero waste. Efficient and well-structured.

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 simplicity, the presence of an output schema, and the annotation coverage, the description is complete. It explains what is returned and directs to create/update/delete for mutations.

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%, and the description does not add significant meaning beyond the schema for the parameters. The listing of type-specific settings (e.g., server1/base_dn for ldap) provides some context for the realm parameter but doesn't explain parameter syntax or constraints.

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?

Clearly states 'Get a realm's full config (read-only)' and lists specific returned fields (type, comment, TFA, type-specific settings). Distinguishes from create/update/delete siblings by mentioning management alternatives.

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?

Explicitly directs to use create/update/delete for management, providing clear context for when to use this tool vs alternatives. No explicit exclusions, but the read-only nature is clear.

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