search_courses_by_name
Search for courses by name using partial, case-insensitive matching to find course IDs and details, including full name, short name, category, and visibility for use in other tools.
Instructions
Search for courses by name, returning matching courses with their IDs and details. Useful for finding course IDs when you only know part of the course name. Supports partial matching on course full name, short name, and ID number. Case-insensitive search. Returns course ID, full name, short name, category, and visibility. Use this to find course IDs for other tools like list_course_users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matching courses to return | |
| searchTerm | Yes | Search term to match against course names (case-insensitive partial match) |