Skip to main content
Glama
fredriksknese

mcp-activedirectory

get_group

Retrieve comprehensive group details including member count from Active Directory or Azure AD by specifying the group identifier and source.

Instructions

Get full details of a specific group including member count. For on-prem AD use CN or sAMAccountName; for Azure AD use display name or object ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesGroup name (CN/sAMAccountName) for on-prem AD, or display name/object ID for Azure AD
sourceNoData source: "ad" for on-prem LDAP, "azure" for Azure AD/Entra ID (available: ad, azure)ad
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It adds useful context about the data sources (on-prem AD and Azure AD) and what details are included (member count), but it does not cover other behavioral aspects such as error handling, authentication requirements, or rate limits. The description is accurate but lacks comprehensive behavioral traits.

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 a single, well-structured sentence that efficiently conveys the tool's purpose and usage guidelines without any wasted words. It is front-loaded with the core action and resource, followed by necessary contextual details, making it highly concise and effective.

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 moderate complexity (2 parameters, no output schema, no annotations), the description is mostly complete. It covers the purpose, parameter semantics, and usage context adequately. However, it lacks details on return values (e.g., what 'full details' includes beyond member count) and behavioral aspects like error cases, which would enhance completeness for an agent.

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?

Schema description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds semantic context by explaining the meaning of 'identifier' in terms of different sources (CN/sAMAccountName for AD, display name/object ID for Azure AD), which enhances understanding beyond the schema. However, it does not provide additional details for the 'source' parameter beyond what the schema enum states.

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 verb 'Get' and the resource 'full details of a specific group including member count', making the purpose specific and actionable. It distinguishes this tool from siblings like 'list_groups' (which lists multiple groups) and 'get_group_members' (which focuses on members rather than group details), providing clear differentiation.

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?

The description provides explicit guidance on when to use this tool by specifying the identifier format for different sources (on-prem AD vs. Azure AD), which helps in selecting the correct parameter values. However, it does not explicitly state when to use alternatives like 'list_groups' for browsing or 'search_groups' for filtering, leaving some context implied rather than fully articulated.

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/fredriksknese/mcp-activedirectory'

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