read_discussion
Read a discussion thread by ID. Use descending order to jump to the newest posts on long threads, or ascending to start at the beginning; paginate with limit and offset.
Instructions
Read a discussion thread. On long threads, use order "desc" to reach the live end of the conversation instead of its opening posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max posts to return (default 50) | |
| order | No | Which end to read from: "asc" starts at the thread's beginning, "desc" starts at its newest posts. Either way the posts you get back are shown oldest-first, so the excerpt reads as a conversation. | asc |
| offset | No | Posts to skip from whichever end you started at (for paging through a long thread) | |
| discussion_id | Yes | Discussion ID (from list_discussions) |