get_mailbox
Retrieve project mailbox ID, address, and slug. Verifies mailbox existence or returns an ambiguity error when multiple mailboxes exist.
Instructions
Get the project's mailbox info (ID, address, slug). Use to check if a mailbox exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| mailbox | No | Target mailbox by slug or id; omit only when the project has exactly one mailbox (otherwise returns an ambiguity error naming the slugs). |