get-forum-topic
Retrieve a VEX Forum topic by ID to get its details and posts/replies. Optionally include raw markdown and limit the number of posts.
Instructions
Get a VEX Forum topic by ID, including the topic details and posts/replies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | The topic ID to retrieve | |
| max_posts | No | Maximum number of posts to include (default: 10, max: 50) | |
| include_raw | No | Include raw markdown content in addition to HTML (default: false) |