Skip to main content
Glama

Microsoft MCP

by elyxlz

unified_search

Search across Microsoft 365 resources like messages, events, files, and sites using a single API query. Specify entity types or search all available data for comprehensive results.

Instructions

Search across multiple Microsoft 365 resources using the modern search API

entity_types can include: 'message', 'event', 'drive', 'driveItem', 'list', 'listItem', 'site' If not specified, searches across all available types.

Input Schema

NameRequiredDescriptionDefault
account_idYes
entity_typesNo
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "entity_types": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Entity Types" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query", "account_id" ], "type": "object" }

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/elyxlz/microsoft-mcp'

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