discord_get_forum_post
Get a forum post's title, tags, archived/locked state, message count, and recent messages by providing its thread ID.
Instructions
Get a forum post's details (title, archived/locked state, applied tags, message count) plus its recent messages, oldest-to-newest. Read-only. Pass the post's thread_id. Returns a JSON object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ID (snowflake) of the forum post (thread). | |
| limit | No | How many recent messages to include (1–100). Default 20. |