get_thread
Retrieve paginated posts from a forum thread for full context, using a thread URL or ID.
Instructions
Read a thread's posts (paginated) for full context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Prefer this: pass the url from a search_forum result row. | |
| page | No | Clamped to lastPage. For current status read page 1 then re-fetch page: lastPage — the opening post may be months stale. | |
| threadId | No | Alternative to url. |