Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

respond_to_event

Manage meeting invitation responses on Outlook Calendar. Accept, decline, or tentatively accept events with a customizable message using the Microsoft MCP server.

Instructions

Respond to meeting invitation (accept, decline, tentativelyAccept)

Input Schema

NameRequiredDescriptionDefault
account_idNo
event_idYes
messageNo
responseNoaccept

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "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": [ "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