Read messages
read_messagesRetrieve recent messages from a Discord channel, including author, time, content, attachments, reactions, and reply references. Returns oldest first; use next_before to paginate further 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 |
|---|---|---|---|
| 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. | |
| channel | Yes | Channel name or ID. |