list_mailboxes
Retrieve mailboxes from a Fastmail account with full metadata. Filter by properties or parent ID to reduce payload size for large accounts.
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. |