Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get metadata and content for an event attachment
outlook__get_event_attachment
{ "type": "object", "properties": { "eventId": { "type": "string", "description": "Event ID" }, "attachmentId": { "type": "string", "description": "Attachment ID" } }, "required": [ "eventId", "attachmentId" ], "description": "Input schema for the outlook__get_event_attachment tool." }