Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Clear the follow-up flag on an email
| Field | Value |
|---|---|
| Name | outlook__clear_email_flag |
| Group | Integrations |
{
"type": "object",
"properties": {
"messageId": {
"type": "string",
"description": "Message ID"
},
"flag": {
"type": "object",
"description": "Microsoft Graph followupFlag object"
}
},
"required": [
"messageId"
],
"description": "Input schema for the outlook__clear_email_flag tool."
}