get_mailbox_by_name
Look up a mailbox by its exact path from root to retrieve its ID and metadata, or receive an error if no match exists.
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"). |