list_all_messages
Fetch messages in ascending order: up to 100 after a given message ID, or up to 20 before a given message ID.
Instructions
Get messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Fetch messages after the message with this ID. Returns up to 100 messages in ascending order. | |
| before | No | Fetch messages before the message with this ID. Returns up to 20 messages in ascending order. |