discord_get_messages
Retrieve messages from Discord channels to access conversation history, monitor discussions, or analyze chat data by specifying a channel ID and optional message limit.
Instructions
Retrieve messages from a Discord channel
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Discord channel ID | |
| limit | No | Number of messages to retrieve (default: 10, max: 100) |