visualize_schema_graph
Visualize the Microsoft Graph schema as a force-directed graph. Pivot among entity, permission, and role views to focus on specific objects and explore relationships and recent changes.
Instructions
Open the interactive Graph Atlas visualizer — a force-directed schema graph the user can search, expand node-by-node, and pivot across views. Pick the view that puts the pivot object in the right place for the question: "entity" for the Graph schema (nodes = entity types, colored by distance from the focus, with recent-change activity badges; edges = navigation properties/inheritance) — focus_object = an entity like "group". "permission" for a permission scope and the entities it touches plus the roles granting it — focus_object = a permission like "User.Invite.All". "role" for an Entra role, the permissions it grants, and the entities those touch — focus_object = a role like "User Administrator". Omit focus_object for an overview of the most consequential nodes. The user can continue exploring in the UI (expand_schema_node powers that); use schema_change_report for the same data without rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | entity | |
| since | No | Change-activity window — ISO date or day count (e.g. "30"); defaults to 30 days ago | |
| endpoint | No | Only applies to view=entity | v1.0 |
| focus_object | No | Focus node — an entity type, permission name, or role name depending on view |