outlook_batch_triage
Batch triage up to 20 messages by moving, flagging, categorizing, or marking them as read in a single API call.
Instructions
Triage up to 20 messages in one $batch call.
action is "move", "flag", "categorize", or "mark_read".
Example: outlook_batch_triage(message_ids=[id1, id2], action="move", value="Archive")
value is the action target (folder name for move, status for flag/mark_read, category name
for categorize). Hard cap of 20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_ids | Yes | ||
| action | Yes | ||
| value | Yes |