list_inbox
Retrieve recent messages from a mailbox, newest first, with comprehension status to quickly check what has arrived.
Instructions
List recent messages in a mailbox, newest first, with comprehension status per message. Call this when checking what has arrived; use read_email for full content and extracted data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional. How many messages to return, 1-100. Defaults to a small recent page. | |
| mailbox_id | Yes | Id of the mailbox to list, from list_mailboxes. |