Skip to main content
Get detailed information about a specific email

Tool details

FieldValue
Nameoutlook__get_email
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "Microsoft Graph message ID"
    },
    "$select": {
      "type": "string",
      "description": "Comma-separated message fields to return"
    }
  },
  "required": [
    "messageId"
  ],
  "description": "Input schema for the outlook__get_email tool."
}

Output schema

This tool does not publish an output schema.