list_messages
Fetch recent messages from a Discord channel or thread by channel ID, with optional limit and message ID filters.
Instructions
Fetches recent messages from a Discord channel or thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Get messages after this message ID. | |
| limit | No | Number of messages to retrieve (1-100). Default is 50. | |
| around | No | Get messages around this message ID. | |
| before | No | Get messages before this message ID. | |
| channel_id | Yes | The ID of the channel. |