Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search messages in a shared or delegated mailbox that the signed-in Microsoft account can access
| Field | Value |
|---|---|
| Name | outlook__search_shared_mailbox_emails |
| Group | Integrations |
{
"type": "object",
"properties": {
"mailbox": {
"type": "string",
"description": "Mailbox user principal name or Microsoft Graph user ID"
},
"query": {
"type": "string",
"description": "Microsoft Graph message search query. The runtime quotes the query for Graph $search."
},
"$top": {
"type": "number",
"description": "Maximum messages to return"
},
"$select": {
"type": "string",
"description": "Comma-separated message fields to return"
}
},
"required": [
"mailbox",
"query"
],
"description": "Input schema for the outlook__search_shared_mailbox_emails tool."
}