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.
Set a follow-up flag on an email
outlook__flag_email
{ "type": "object", "properties": { "messageId": { "type": "string", "description": "Message ID" }, "flag": { "type": "object", "description": "Microsoft Graph followupFlag object" } }, "required": [ "messageId", "flag" ], "description": "Input schema for the outlook__flag_email tool." }