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