Get Forum Topic (Optional)
getDiscourseTopicRetrieve detailed information about a specific Discourse forum topic, including posts and replies. Fetches 5 posts by default with optional increase up to 20.
Instructions
Get detailed information about a specific Discourse forum topic, including posts and replies. Returns 5 posts by default. OPTIONAL FEATURE: Requires Discourse MCP server running separately. CRITICAL FOR B3TR PROPOSALS: Proposal descriptions (fetched via getIPFSContent) often contain Discourse forum links in the format vechain.discourse.group/t/topic-name/TOPIC_ID. If this tool is not available, provide the direct forum URL for manual viewing. Example: from URL "https://vechain.discourse.group/t/vebetterdao-proposal-auto-voting/559" extract topicId: 559.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topicId | Yes | The topic ID to fetch | |
| post_limit | No | Optional: Override default to get more posts (1-20, default: 5). Use higher values only when full discussion context is specifically needed. |