get_thread
Retrieve a thread's full content, comments, and answers using its global thread ID. Ideal when you have a numeric ID from list_threads or search_threads results.
Instructions
Read a thread's full content, comments, and answers. Use this when you have a thread ID (a large number like 2785693) from list_threads or search_threads results. For looking up a thread by its UI number (e.g. #42), use get_course_thread instead.
Args: thread_id: The global thread ID (a large number from list_threads or search_threads, not the #number shown in the UI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |