get_user_courses
Retrieve a user's Canvas LMS courses with optional enrollment filtering and grading count data to manage academic progress.
Instructions
Get courses for a specific user with optional grading count
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Canvas user ID | |
| include_grading_count | No | Include needs grading count | |
| enrollment_state | No | Filter by enrollment state (active, invited, etc) | active |