get_course_thread
Retrieve a full Ed Discussion thread by its number (e.g., #42). Returns content, comments, and answers for the specified course and thread number.
Instructions
Read a thread by its number as shown in the Ed UI (e.g. #42, #220). Use this when someone refers to a thread by number. Returns full content, comments, and answers.
Args: course_id: The course ID (use list_courses to find it). thread_number: The thread number as shown in the UI (e.g. 42 for thread #42).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| thread_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |