get_labels
Enumerate normalized Proton labels and folders from the local index, including message counts, to prepare for filtering searches or thread retrieval.
Instructions
Return normalized Proton folders and labels from the local mailbox index, including message counts per label. Use to enumerate available labels before filtering with search_indexed_emails or get_threads. Prefer get_folders for live IMAP folder counts when the index may be stale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum labels to return. Capped at 250; use get_folders for the complete live folder list. |