name: m365-graph-query description: Run targeted Microsoft Graph queries across mail, calendar, users, and files.
M365 Graph Query
Use this skill when you need to query the Microsoft Graph REST API directly.
Workflow
- Build a narrow path with
$selectand$topwhen applicable. - Execute the query via the
m365_graph_querytool. - Return a compact JSON summary plus the key fields.
Guardrails
- Always bound result size with
$top. - Prefer
v1.0unlessbetais explicitly needed. - Avoid broad tenant-wide queries without user confirmation.