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.
List Microsoft 365 group inbox conversation threads
outlook__list_group_threads
{ "type": "object", "properties": { "groupId": { "type": "string", "description": "Microsoft 365 group ID" }, "$top": { "type": "number", "description": "Maximum threads to return" }, "$select": { "type": "string", "description": "Comma-separated thread fields to return" } }, "required": [ "groupId" ], "description": "Input schema for the outlook__list_group_threads tool." }