list_user_courses
List all Moodle courses for a user by supplying their exact user ID. Use get_user or search_users to locate the correct ID first.
Instructions
List courses for a specific Moodle user ID. Requires an exact userid. Use get_user for exact email or username lookups first. Use search_users when a person is identified by name and multiple matches are possible. If multiple people match, ask the operator to choose the correct userid before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum courses to return | |
| offset | No | Pagination offset | |
| userid | Yes | Exact Moodle user ID |