Skip to main content
List all mail folders in the mailbox

Tool details

FieldValue
Nameoutlook__list_folders
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "includeHiddenFolders": {
      "type": "boolean",
      "description": "Include hidden folders"
    },
    "$top": {
      "type": "number",
      "description": "Maximum folders to return"
    }
  },
  "description": "Input schema for the outlook__list_folders tool."
}

Output schema

This tool does not publish an output schema.