list_mailboxes
List mailboxes in your Fastmail account, with options to return a slim property set or filter by parent to avoid oversized results.
Instructions
List mailboxes in the Fastmail account. By default returns all mailboxes with full metadata; on accounts with hundreds of mailboxes the full result can exceed the MCP tool result window. Use properties: ["id","name","parentId"] for a slim view, and/or parentId to filter to one level of children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | No | Filter to direct children of this mailbox ID. Pass null for top-level mailboxes. Filter is applied client-side after Mailbox/get. | |
| properties | No | JMAP Mailbox properties to return (e.g. ["id","name","parentId"]). Default: all properties. The slim form roughly halves payload size on large accounts. |