Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

check_availability

Verify free or busy time slots for scheduling meetings by specifying start and end times, attendees, and account ID through the Microsoft MCP server.

Instructions

Check free/busy availability for scheduling

Input Schema

NameRequiredDescriptionDefault
account_idNo
attendeesNo
endYes
startYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "attendees": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attendees" }, "end": { "title": "End", "type": "string" }, "start": { "title": "Start", "type": "string" } }, "required": [ "start", "end" ], "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