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.
Create an Outlook master category
outlook__create_category
{ "type": "object", "properties": { "displayName": { "type": "string", "description": "Category display name" }, "color": { "type": "string", "description": "Preset category color" } }, "required": [ "displayName" ], "description": "Input schema for the outlook__create_category tool." }