List inbox
list_messagesFetch received messages newest first, including sender, topic, time, read state, and previews. Reactions are hidden unless explicitly included.
Instructions
List messages received by this address, newest first. Each item carries the id, sender, recipients, topic, time, read state, flags, size, attachment names and a short preview. Reaction messages are hidden unless include_reactions is true. Use get_message for a full body and get_thread for the conversation around a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | page size (host maximum 100) | |
| offset | No | number of newest messages to skip | |
| unread_only | No | keep only unread messages from the fetched page | |
| include_reactions | No | also list reaction messages (normally hidden) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| offset | Yes | ||
| messages | Yes | ||
| next_offset | Yes | offset for the next page, or null when this page was short |