discord_archive_forum_stream
Stream and archive all messages from Discord forum threads, including archived ones, with optional date filters.
Instructions
Archives an entire forum channel by streaming all threads and their messages. Includes active and archived threads with time range filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| afterDate | No | ISO 8601 date string - only fetch messages after this date | |
| beforeDate | No | ISO 8601 date string - only fetch messages before this date | |
| forumChannelId | Yes | The ID of the forum channel to archive | |
| includeArchived | No | Whether to include archived threads (default: true) |