Skip to main content
Glama
mdwsk88

MS 365-21V MCP Server

by mdwsk88

Get Organization Group

groups_get

Retrieve details for a Microsoft Entra or Microsoft 365 group by providing its group ID. View security group or Microsoft 365 group information.

Instructions

Read details for a Microsoft Entra or Microsoft 365 group. Chinese intents / 中文意图: 查看组详情, 查看安全组信息, 查看Microsoft 365组信息.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdYesGroup ID.
Behavior3/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It clearly states 'Read details', indicating a read-only operation, which is useful. However, it does not describe the return format, the exact identifier format expected for groupId, or any potential error conditions, leaving gaps in behavioral transparency.

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 very short and front-loaded with the English purpose. The Chinese intent list adds length but serves a clear i18n purpose. Every sentence earns its place, though the intent list could be seen as slightly redundant.

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 one-parameter read operation, the description is largely sufficient when combined with the schema. It identifies the resource type and action. It lacks details on return shape and usage alternatives, but given the tool's simplicity, this is a minor gap rather than a critical omission.

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?

The schema already describes groupId as 'Group ID' at 100% coverage, so the baseline is 3. The description adds context that the group is a Microsoft Entra or Microsoft 365 group, but does not specify the format (e.g., object ID, UPN, mail address) beyond what the schema provides.

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 uses a specific verb and resource: 'Read details for a Microsoft Entra or Microsoft 365 group.' This clearly distinguishes the tool from sibling group tools like groups_list, groups_list_members, and groups_list_owners, which focus on listing or membership operations.

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 is given for when to use this tool versus alternatives. The description does not mention that groups_list can find group IDs, or that groups_list_members/owners are separate tools for specific group-related queries, so an agent gets no usage context.

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/mdwsk88/ms-365-21v-mcp-server'

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