Skip to main content
Glama

sync_auth_domain

Sync users and groups from an external LDAP or Active Directory domain into Proxmox. Supports dry-run, full sync, enabling new users, and removing vanished entries.

Instructions

Sync users/groups from an external auth domain (LDAP/AD).

Args: realm: Realm ID to sync. dry_run: Only show what would change. full: Full sync (not just incremental). enable_new: Enable newly synced users. remove_vanished: Comma-separated: 'entry' (remove users), 'properties' (clear), 'acl' (remove ACLs).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
realmYes
dry_runNo
fullNo
enable_newNo
remove_vanishedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses behavioral traits beyond the schema, such as the dry-run capability and the destructive options for handling vanished entries (remove users, clear properties, remove ACLs). However, it lacks details on potential side effects (e.g., locking, auth disruptions) or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose and structured as a parameter list. It is readable but slightly verbose with the parameter list. Every line adds value, but the docstring format could be more succinct.

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 has 5 parameters and an output schema, the description explains the operation and parameters adequately. It could mention prerequisites or the return value (though covered by output schema). It is sufficiently complete for an experienced admin.

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

Parameters5/5

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

With 0% schema description coverage, the description provides clear meanings for all 5 parameters, including realms, dry_run, full, enable_new, and the comma-separated options for remove_vanished. This adds significant value beyond the schema titles and types.

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 clearly states the tool syncs users/groups from an external auth domain (LDAP/AD), using specific verb and resource. It distinguishes from sibling tools like list_auth_domains or get_auth_domain, which are read-only.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites, such as requiring a configured realm or admin permissions, nor does it advise against use in certain scenarios.

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/GethosTheWalrus/proxmox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server