get_mailbox_by_name
Retrieve a mailbox by its exact path (e.g., 'Folder/Subfolder'). Returns its ID and minimal metadata or throws 'Mailbox not found' if no match.
Instructions
Look up a single mailbox by its full path from root (e.g. "Folder/Subfolder/Leaf"). Returns the mailbox ID and minimal metadata, or throws "Mailbox not found" if no exact match. The path separator is "/"; folder names containing a literal "/" are not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path from root, separated by "/" (e.g. "Inbox" or "Archive/2026/Suppliers/ExampleCo"). |