Skip to main content
List recent emails from inbox or a specific folder

Tool details

FieldValue
Nameoutlook__list_emails
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "folderId": {
      "type": "string",
      "description": "Mail folder ID or well-known name"
    },
    "$top": {
      "type": "number",
      "description": "Maximum messages to return"
    },
    "$select": {
      "type": "string",
      "description": "Comma-separated message fields to return"
    },
    "$orderby": {
      "type": "string",
      "description": "Sort expression"
    },
    "$filter": {
      "type": "string",
      "description": "OData filter expression"
    }
  },
  "required": [
    "folderId"
  ],
  "description": "Input schema for the outlook__list_emails tool."
}

Output schema

This tool does not publish an output schema.