Skip to main content
Glama

schema_change_report

Report Microsoft Graph schema, permission, and role changes as structured JSON with activity counts. Choose entity, permission, or role views, filter by object, and set a date window to compare roles.

Instructions

Structured JSON of a schema/permission/role graph (nodes + edges) with change-activity counts, for reasoning over — no UI. view="entity": Graph entity types (focus_object = an entity like "group"). view="permission": permission scopes and the entities they touch (focus_object = a permission like "User.Invite.All"). view="role": Entra roles, the permissions they grant, and the entities those touch (focus_object = a role like "User Administrator") — use this to compare what different roles can actually do. Omit focus_object for an overview of the most consequential entities/permissions/roles. Same data as visualize_schema_graph, without rendering it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNoentity
limitNo
sinceNoISO date for the change-activity window; defaults to 30 days ago
endpointNoOnly applies to view=entityv1.0
object_nameNoFocus node — an entity type, permission name, or role name depending on view
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses that the tool returns structured JSON (no UI), describes the three view modes, and notes that the endpoint parameter only applies to view=entity. However, it does not explicitly state whether this is a read-only operation or what side effects (if any) might occur, leaving some ambiguity.

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 information-dense but each sentence adds value: it starts with a clear summary, then details each view and the relationship to visualize_schema_graph. It could be slightly better formatted but remains within a reasonable length.

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

Completeness3/5

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

The description gives a high-level view of the output (nodes+edges+change counts) and explains the main parameters. However, without an output schema, it doesn't fully specify the return structure, and details like limit semantics and change-activity count definitions are absent. Still, the 'same data as visualize_schema_graph' reference provides useful context.

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?

The description enriches parameter meaning beyond the schema by explaining how view and object_name interact: view=entity focuses on an entity, view=permission on permission scopes, and view=role for comparing roles. It also clarifies that omitting focus_object yields an overview and that endpoint only applies to entity view, which the schema doesn't convey. The limit and since parameters remain largely described by the schema.

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 outputs a structured JSON graph with change-activity counts and explicitly differentiates from visualize_schema_graph by noting it provides the same data without rendering. It also defines three views and focus_object semantics, making the purpose unmistakable.

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 explicit guidance for each view: use role view to compare role capabilities, and suggests omitting focus_object for an overview. It also notes the difference from visualize_schema_graph, implying when to choose this tool over the visualization sibling, though it doesn't mention other change-related alternatives.

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/darrenjrobinson/graph-atlas-mcp'

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