Skip to main content
Glama

Microsoft MCP

by elyxlz

check_availability

Verify calendar availability for scheduling meetings by providing account ID, start and end times, and optional attendees, powered by Microsoft MCP server.

Instructions

Check calendar availability for scheduling

Input Schema

NameRequiredDescriptionDefault
account_idYes
attendeesNo
endYes
startYes

Input Schema (JSON Schema)

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