Skip to main content
Glama

pbs_realm_ldap_update

Update an LDAP realm's config with a dry-run preview; use confirm=True to apply changes.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoLDAP connection type; omit to leave unchanged.
portNoLDAP server port; omit to leave unchanged.
realmYesLDAP realm name to update.
capathNoCA certificate path; omit to leave unchanged.
digestNoOptional SHA256 config digest to prevent concurrent modifications.
filterNoCustom LDAP search filter; omit to leave unchanged.
verifyNoTLS verification flag; omit to leave unchanged.
base_dnNoLDAP base DN; omit to leave unchanged.
bind_dnNoLDAP bind DN; omit to leave unchanged.
commentNoOptional free-text comment; omit to leave unchanged.
confirmNoFalse (default) returns a dry-run PLAN preview; True executes the mutation.
defaultNoDefault-realm-on-login flag; omit to leave unchanged.
server1NoPrimary LDAP server address; omit to leave unchanged.
server2NoFallback LDAP server address; omit to leave unchanged.
passwordNoNew LDAP bind password; redacted from all plans/logs/ledger.
user_attrNoUsername attribute; omit to leave unchanged.
delete_propsNoProperty names to clear.
user_classesNoAllowed objectClass values; 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.
sync_attributesNoSync-attribute map string; omit to leave unchanged.
sync_defaults_optionsNoSync-defaults options string; omit to leave unchanged.

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 full burden. It discloses mutation severity, dry-run default, password redaction, synchronous execution, no UPID, and config requirement. This is substantial behavioral context.

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?

Four dense sentences that front-load the purpose and add essential behavioral details. Every sentence earns its place with zero wasted words.

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 an output schema exists, the description adequately covers the two-phase workflow, mutation semantics, and config requirements. It could explicitly state that only provided fields are updated, but the schema's nullable default pattern implies this.

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 description coverage is 100%, so baseline is 3. The description adds value for key parameters (confirm, password) but does not enhance understanding of other 19 parameters beyond what the schema already provides.

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 'update an LDAP realm's config', a specific verb+resource. It mentions a sibling tool (pbs_realm_ldap_create) for password redaction reference, but does not explicitly distinguish from pbs_realm_ldap_delete or other update tools.

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 implies usage for updating LDAP realm config and explains the dry-run/confirm workflow, but does not state when not to use this tool or mention alternatives like pbs_realm_ldap_create/delete/get.

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