Skip to main content
Glama

graph-request

Execute raw Microsoft Graph API requests to access Microsoft 365 services. Target specific accounts without switching, supporting any endpoint with custom parameters.

Instructions

Execute a raw Microsoft Graph API request. Supports any Graph API endpoint. Can target specific account without switching.

Documentation:

  • Graph API Reference: https://learn.microsoft.com/en-us/graph/api/overview

  • Common endpoints: /me, /users, /groups, /me/messages, /me/calendar/events, /me/drive

  • OData query params: $select, $filter, $top, $orderby, $expand, $count, $search

  • Permissions reference: https://learn.microsoft.com/en-us/graph/permissions-reference

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYesThe Graph API endpoint path (e.g., "/me", "/users", "/me/messages")
methodNoHTTP methodGET
bodyNoRequest body for POST/PUT/PATCH requests (JSON object)
queryParamsNoQuery parameters (e.g., {"$select": "displayName", "$top": "10"})
headersNoAdditional headers to include
apiVersionNoGraph API versionv1.0
accountIdNoTarget a specific account by ID without switching. Use list-accounts to see available IDs.

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/ForITLLC/forit-microsoft-graph'

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