Skip to main content
Glama

Microsoft MCP

by elyxlz

respond_event

Accept, decline, or tentatively respond to Microsoft Outlook event invitations using specified account and event IDs through the Microsoft MCP server.

Instructions

Respond to event invitation (accept, decline, tentativelyAccept)

Input Schema

NameRequiredDescriptionDefault
account_idYes
event_idYes
messageNo
responseNoaccept

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "event_id": { "title": "Event Id", "type": "string" }, "message": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Message" }, "response": { "default": "accept", "title": "Response", "type": "string" } }, "required": [ "account_id", "event_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