list_assignments
Get all assignments for a course by entering the course ID. Returns each assignment's title, due date, and points, with an option to limit the number of results.
Instructions
List all assignments for a specific course.
Args: course_id: The ID of the course page_size: Maximum number of assignments to return
Returns: List of assignments with id, title, due date, and points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |