Skip to main content
Glama
oliverhruby

Microsoft Graph MCP Server

by oliverhruby

check_member_groups

Verifies whether a specified user is a member of any of the provided group IDs, returning membership status for each group.

Instructions

Check if user belongs to groups. group_ids: comma-separated GUIDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
group_idsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/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 says only that the tool checks membership, leaving the return type, partial-membership behavior, and error handling ambiguous. This adds little beyond what the tool name already implies.

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?

Two short sentences with no filler; the action is stated first and the one non-obvious parameter detail is placed immediately after. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no annotations, so the description should explain what the tool returns and how partial membership is treated; it does not. An agent cannot fully predict whether the result is a boolean, a list of matched groups, or something else, and user_id semantics remain under-specified.

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?

With schema description coverage at 0%, the description must compensate, and it does clarify that group_ids is a comma-separated list of GUIDs. However, user_id is left to inference from its name/title, with no format or identifier type provided.

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 uses a clear verb ('Check') and resource ('user belongs to groups'), so an agent knows this is a membership verification operation. However, it does not explicitly distinguish itself from siblings like get_my_groups or list_group_members, which also deal with group membership.

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?

The description provides no guidance about when to use this tool versus alternatives such as get_my_groups or list_group_members. There are no exclusions, prerequisites, or context signals to help an agent decide between this and related membership tools.

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/oliverhruby/msgraph-mcp'

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