discord_read_messages_stream
Stream Discord channel messages using optional date filters. Access complete message history, including progress updates, for archiving and analysis.
Instructions
Streams messages from a Discord channel with time range filtering (default: last 10 days). Returns all message events including progress updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| afterDate | No | ISO 8601 date string - only fetch messages after this date | |
| channelId | Yes | The ID of the channel to read messages from | |
| beforeDate | No | ISO 8601 date string - only fetch messages before this date |