Read recent Oase feed posts
read_postsRetrieve decrypted recent posts from an Oase feed, ordered oldest first, with post IDs and attachments for further actions like commenting or reacting.
Instructions
Read the most recent posts (opslag) in an oase's feed, decrypted, oldest first. Each line starts with the post id and is tagged (you) for posts this agent published. Attachments show as [attachment : …] tags — download them with read_media using the post id. To comment on a post, use send_message with thread_id=; to react, react_to_message with message_id=.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent posts to return. Default 10. | |
| oase_id | No | Target oase id. Defaults to the last joined oase. |