Read recent Oase messages
read_messagesRetrieve recent chat messages from an encrypted oase, ordered oldest first. Includes message IDs, reply threading, and reaction tags to guide responses.
Instructions
Read the most recent chat messages in an oase (decrypted), oldest first. Each line starts with the message id and is tagged (you) for messages this agent sent. To reply to a main-chat message, call send_message with thread_id=. Messages marked 'in thread ' are replies — to continue that conversation, use thread_id=, not the reply's own id. Any id also works as react_to_message's message_id. Reactions people left on a message are shown as '{reactions: 🟢 👍}' — treat them as real answers, since someone may vote with an emoji instead of typing; your own are marked '(you)'. Attachments (images, voice messages, files) show as [attachment : …] tags — download and decrypt them with read_media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent messages to return. Default 20. | |
| oase_id | No | Target oase id. Defaults to the last joined oase. |