Read Topic
discourse_read_topicRetrieve a Discourse topic's posts as raw markdown, ordered oldest first. Specify a start post number and limit to fetch only the desired range.
Instructions
Read a topic's posts (raw markdown), oldest first from an optional start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | the topic id | |
| post_limit | No | how many posts to return (default 5, max ~50) | |
| start_post_number | No | return posts at/after this post number |