Skip to main content
Glama

Microsoft MCP

by elyxlz

search_events

Search calendar events within a specified date range using the Microsoft MCP server. Retrieve relevant events by query and account ID, with customizable parameters for days ahead, days back, and result limits.

Instructions

Search calendar events using the modern search API.

Input Schema

NameRequiredDescriptionDefault
account_idYes
days_aheadNo
days_backNo
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "days_ahead": { "default": 365, "title": "Days Ahead", "type": "integer" }, "days_back": { "default": 365, "title": "Days Back", "type": "integer" }, "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