get_enrollment_counts
Answer enrollment questions instantly by fetching student count and total enrolled for a course without loading the full user list.
Instructions
Get a quick headcount for a course. Returns student count and total enrolled. Use this to answer "how many students" questions without loading the full user list. For per-role breakdowns (staff, admin), use list_users with a role filter.
Args: course_id: The course ID (use list_courses to find it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |