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.
Send a new email message
outlook__send_email
{ "type": "object", "properties": { "message": { "type": "object", "description": "Microsoft Graph message object with subject, body, toRecipients, etc." }, "saveToSentItems": { "type": "boolean", "description": "Save sent message to Sent Items" } }, "required": [ "message" ], "description": "Input schema for the outlook__send_email tool." }