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.
Replace the categories on an email
| Field | Value |
|---|---|
| Name | outlook__categorize_email |
| Group | Integrations |
{
"type": "object",
"properties": {
"messageId": {
"type": "string",
"description": "Message ID"
},
"categories": {
"type": "array",
"description": "Outlook category display names"
}
},
"required": [
"messageId",
"categories"
],
"description": "Input schema for the outlook__categorize_email tool."
}