Read Topic
discourse_read_topicRead Discourse topic metadata and posts. Returns JSON with id, title, slug, category_id, tags, and posts array.
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) |