infomaniak_get_mailbox_info
Retrieve mailbox aliases, signatures, and backups in a single call by specifying desired fields. Combines multiple endpoints for efficient metadata retrieval.
Instructions
Read mailbox metadata in one call. Pick any subset of {aliases, signatures, backups} via the fields argument; the tool hits only the corresponding endpoints in parallel. Replaces the v0.9 trio get_mailbox_aliases / get_mailbox_signatures / get_mailbox_backups with no loss of capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mail_hosting_id | Yes | Mail hosting ID. Discover via infomaniak_list_mail_hostings. | |
| mailbox_name | Yes | Local part of the mailbox (the part before @, e.g. 'anthony' for anthony@coden.lu). NOT the full email address. | |
| fields | No | Sections to fetch. Each adds one API call. Omit to fetch all three. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mail_hosting_id | Yes | ||
| mailbox_name | Yes | ||
| fields | Yes | ||
| aliases | No | ||
| signatures | No | ||
| backups | No | ||
| errors | No |