Skip to main content
Search emails by query, subject, sender, or date

Tool details

FieldValue
Nameoutlook__search_emails
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.