ed_list_threads
Retrieve discussion threads for an Ed course, filter by unread, unanswered, or starred, and sort by new, old, top, or hot.
Instructions
一门 Ed 课的讨论列表,可按未读/未回答/收藏过滤,按 new/old/top/hot 排序。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | new | |
| limit | No | Number of threads to return | |
| offset | No | Pagination offset (0-based) | |
| category | No | Filter by category (case-sensitive, e.g., 'General') | |
| course_id | Yes | Ed course ID (numeric ID, can be obtained from ed_list_courses) | |
| filter_type | No | all | |
| response_format | No | Output format | markdown |