# M365 Graph Query

> Run targeted Microsoft Graph queries across mail, calendar, users, and files.

- Skill: `rcarmo/m365-graph-query` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rcarmo/m365-graph-query`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rcarmo/m365-graph-query/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: rcarmo (https://skillmd.com/u/rcarmo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rcarmo/m365-graph-query

---


# M365 Graph Query

Use this skill when you need to query the Microsoft Graph REST API directly.

## Workflow

1. Build a narrow path with `$select` and `$top` when applicable.
2. Execute the query via the `m365_graph_query` tool.
3. Return a compact JSON summary plus the key fields.

## Guardrails

- Always bound result size with `$top`.
- Prefer `v1.0` unless `beta` is explicitly needed.
- Avoid broad tenant-wide queries without user confirmation.

