Skip to main content
Glama
vmware-skills

vmware-vdi

ad_user_search

Read-onlyIdempotent

Search Active Directory for users or groups by name and return their SIDs, required for assigning desktop pool entitlements.

Instructions

[READ] Resolve AD users/groups by name to their SIDs — needed to entitle a pool (entitlement_add).

Args: name: Name substring to search for. limit: Max principals to return (default 25). target: Horizon target from config.yaml; omit to use the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
limitNo
targetNo
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful behavioral context beyond annotations, such as substring search behavior and that results are SIDs. It doesn't repeat the annotations but complements them with the tool's resolution purpose.

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 and front-loaded with the core purpose. The Args list is clearly structured and every sentence adds value: purpose, parameter details, and context. No unnecessary words or redundancy.

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?

For a simple lookup tool with no output schema, the description adequately explains the return (SIDs) and its purpose in the broader workflow. It could mention error behavior or edge cases, but given the simplicity and annotation coverage, it is sufficiently complete for effective use.

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?

Schema descriptions are absent (0% coverage), but the description fully documents all three parameters: name as substring, limit as max principals with default 25, and target as Horizon target from config.yaml. This compensates completely for the schema's lack of descriptions.

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 states a specific verb ('Resolve') and resource ('AD users/groups by name to their SIDs'), making the tool's purpose clear. It also distinguishes from sibling tools by explicitly linking to entitlement_add, establishing its role as a prerequisite lookup.

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?

It provides clear context: 'needed to entitle a pool (entitlement_add)'. This tells the agent when to use the tool, but it does not explicitly mention exclusions or alternatives, though no sibling tool appears to perform AD search, so this is adequate.

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/vmware-skills/VMware-VDI'

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