List Proton Mail Folders
proton_list_foldersList all mailbox folders in your Proton Mail account, showing message and unread counts. Use this to discover folders before searching or listing emails.
Instructions
List all mailbox folders in the Proton Mail account with message counts and unread counts.
Use this tool to discover available folders before listing or searching emails.
Args:
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: A list of folders with path, message count, and unread count.
Examples:
"What folders do I have?" -> proton_list_folders()
"How many unread emails do I have?" -> proton_list_folders()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' or 'json' | markdown |