Skip to main content
Glama
roycedamien

Microsoft 365 Core MCP Server

by roycedamien

call_microsoft_api

Execute direct API calls to Microsoft Graph or Azure Resource Management endpoints with full control over HTTP methods, parameters, and response handling.

Instructions

Make direct calls to any Microsoft Graph or Azure Resource Management API endpoint with full control over HTTP methods and parameters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiTypeYesAPI type: Microsoft Graph or Azure Resource Management
pathYesAPI URL path (e.g., '/users')
methodYesHTTP method
apiVersionNoAzure API version (required for Azure APIs)
subscriptionIdNoAzure Subscription ID (for Azure APIs)
queryParamsNoQuery parameters
bodyNoRequest body (for POST, PUT, PATCH)
graphApiVersionNoMicrosoft Graph API version to use (default: v1.0)v1.0
fetchAllNoSet to true to automatically fetch all pages for list results (e.g., users, groups). Default is false.
consistencyLevelNoGraph API ConsistencyLevel header. ADVISED to be set to 'eventual' for Graph GET requests using advanced query parameters ($filter, $count, $search, $orderby).
maxRetriesNoMaximum number of retries for failed requests (0-5, default: 3)
retryDelayNoBase delay between retries in milliseconds (100-10000, default: 1000)
timeoutNoRequest timeout in milliseconds (5000-300000, default: 30000)
customHeadersNoAdditional custom headers to include in the request
responseFormatNoResponse format: 'json' (full response), 'raw' (as received), 'minimal' (values only)json
selectFieldsNoArray of specific fields to select (applies $select automatically for Graph API)
expandFieldsNoArray of fields to expand (applies $expand automatically for Graph API)
batchSizeNoBatch size for pagination when fetchAll is true (1-1000, default: 100)

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/roycedamien/m365-core-mcp'

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