get_forum_post
Retrieve a Discord forum post and its messages by providing the thread ID. Optionally limit the number of messages fetched.
Instructions
Fetch a forum post and its messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | Forum post (thread) ID | |
| limit | No | Number of messages to fetch (1–100, default 50) |