discord_read_messages
Retrieve recent messages from a Discord channel to monitor conversations, track discussions, or review channel history. Specify channel ID or name with optional message limit.
Instructions
Read recent messages from a Discord channel.
Args: channel: Channel ID or channel name guild_id: Server/guild ID. Required when channel is a name. Falls back to DISCORD_DEFAULT_GUILD_ID. limit: Number of messages to retrieve (default 10, max 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| guild_id | No | ||
| limit | No |