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 emails by query, subject, sender, or date
| Field | Value |
|---|---|
| Name | outlook__search_emails |
| Group | Integrations |
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Microsoft Graph message search query. Gmail-style AQS terms such as from:marcus or subject:Finanzplan are accepted; the runtime quotes them for Graph $search."
},
"$top": {
"type": "number",
"description": "Maximum messages to return"
},
"$select": {
"type": "string",
"description": "Comma-separated message fields to return"
}
},
"required": [
"query"
],
"description": "Input schema for the outlook__search_emails tool."
}