Read Topic
discourse_read_topicRetrieve a Discourse topic's full content as JSON. Includes metadata like title, slug, category, tags, and its posts for analysis.
Instructions
Read topic metadata and posts. Returns JSON with id, title, slug, category_id, tags, and posts array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | ||
| post_limit | No | Max posts to return (default 5, max 50) | |
| start_post_number | No | Start from this post number (1-based) |