Skip to main content
Glama

get_event

Retrieve comprehensive event details from the Microsoft MCP server by specifying event and account IDs, enabling efficient management of calendar entries and scheduling tasks.

Instructions

Get full event details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes
event_idYes

Implementation Reference

  • The main handler function for the 'get_event' tool, decorated with @mcp.tool for automatic registration in FastMCP. It retrieves full details of a specific calendar event using the Microsoft Graph API.
    @mcp.tool def get_event(event_id: str, account_id: str) -> dict[str, Any]: """Get full event details""" result = graph.request("GET", f"/me/events/{event_id}", account_id) if not result: raise ValueError(f"Event with ID {event_id} not found") return result

Latest Blog Posts

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