list_drafts
Review locally saved Proton Mail drafts by status, subject, and timestamps, with attachment metadata and body previews. Use get_draft for full content, or list_remote_drafts for server-only drafts.
Instructions
List all locally saved drafts with their status, subject, and timestamps. Attachment content is omitted here (filename/type/size only) — use get_draft for the full attachment content of one draft. Each draft's body is also truncated to a short preview (bodyTruncated:true, bodyLength gives the real size) — use get_draft for the full body of one draft. Use to review in-progress or unsent messages. Does NOT list drafts stored only on the Proton server — use list_remote_drafts for those. Prefer get_draft when you already have a draftId and need the full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum drafts to return. Defaults to 20; check hasMore and page with offset for more. | |
| offset | No | Number of drafts to skip, newest-updated first. | |
| includeSent | No | Include drafts already sent. |