Read messages
read_messagesRetrieve recent messages from a Discord channel as a digest including author, time, content, attachments, reactions, and reply references. Returns oldest first; use cursor to page back.
Instructions
Recent messages from a channel as a digest: author, time, content, attachments, reactions, and resolved reply references. Returns oldest first. Use next_before to page further back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| limit | No | How many messages, 1 to 100. Default 25. | |
| before | No | Message ID cursor: only messages older than this. |