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.
Get Outlook messages in a conversation. Pass a Microsoft Graph OData filter such as conversationId eq ‘AAQk…’.
outlook__get_thread
{ "type": "object", "properties": { "filter": { "type": "string", "description": "Microsoft Graph OData filter, for example conversationId eq 'AAQk...'. Escape embedded single quotes by doubling them." }, "$top": { "type": "number", "description": "Maximum messages to return" }, "$select": { "type": "string", "description": "Comma-separated message fields to return" } }, "required": [ "filter" ], "description": "Input schema for the outlook__get_thread tool." }