list_messages
List messages in an inbox, newest first. Pass after= to poll for only new mail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ISO date-time; only messages created after this instant. | |
| limit | No | ||
| token | No | Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer. | |
| before | No | ISO date-time cursor for older mail. | |
| inbox_id | Yes | Inbox UUID. |