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.
Search emails by query, subject, sender, or date
outlook__search_emails
{ "type": "object", "properties": { "$search": { "type": "string", "description": "Search query, e.g. \"subject:roadmap\"" }, "$top": { "type": "number", "description": "Maximum messages to return" }, "$select": { "type": "string", "description": "Comma-separated message fields to return" } }, "required": [ "$search" ], "description": "Input schema for the outlook__search_emails tool." }