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.
Find a Microsoft 365 group by primary email address before reading its group inbox threads
outlook__find_group_by_mail
{ "type": "object", "properties": { "mailAddress": { "type": "string", "description": "Microsoft 365 group primary email address" }, "$select": { "type": "string", "description": "Comma-separated group fields to return" }, "$top": { "type": "number", "description": "Maximum groups to return" } }, "required": [ "mailAddress" ], "description": "Input schema for the outlook__find_group_by_mail tool." }