check_inbox
List emails in your inbox to view summaries including sender, subject, and status. Filter by read/unread/archived status to organize messages efficiently.
Instructions
List emails in your inbox. Returns email summaries including id, from, to, subject, status, received_at, and has_attachments. Does NOT include the email body — call read_email with the email ID to get the full message content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by email status (default: all) | |
| mailbox_id | No | Mailbox ID (uses MULTIMAIL_MAILBOX_ID env var if not provided) |