Search course content
bb_search_contentFind where a topic or file lives by searching content titles and body text in one course or all enrolled courses. Use it to locate lecture slides, documents, or assignments by keyword.
Instructions
Searches content item titles and body text for a query string, in one course or across every enrolled course. Use this when the user asks where something is ("where are the lecture slides on transformers?"). Searching all courses walks each tree, so prefer a single courseId when you know it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max matches. Default 50. | |
| query | Yes | Case-insensitive text to look for in titles and bodies. | |
| courseId | No | Restrict to one course. Omit to search all enrolled courses. | |
| maxCourses | No | Cap how many courses are searched when courseId is omitted. Default 10. | |
| titlesOnly | No | Match titles only, not body text. Faster. |