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 recent emails from inbox or a specific folder
outlook__list_emails
{ "type": "object", "properties": { "folderId": { "type": "string", "description": "Mail folder ID or well-known name" }, "$top": { "type": "number", "description": "Maximum messages to return" }, "$select": { "type": "string", "description": "Comma-separated message fields to return" }, "$orderby": { "type": "string", "description": "Sort expression" }, "$filter": { "type": "string", "description": "OData filter expression" } }, "required": [ "folderId" ], "description": "Input schema for the outlook__list_emails tool." }