Search BC Curriculum
search_curriculumSearch British Columbia's K-12 curriculum for standards, competencies, content items, and assessments by keyword, subject, grade, and content type.
Instructions
Search BC curriculum (K-12) for standards, competencies, content items, and assessment resources using full-text search. Returns structured results with source metadata.
Args:
query (string): Natural language search query (e.g., 'empathetic design thinking', 'coding and computational thinking')
subject (string, optional): Filter by subject slug (e.g., 'adst', 'science')
grade (integer, optional): Filter by grade level (0=K, 1-12)
content_type (string, optional): Filter by content type ('big_idea', 'competency', 'content_item', 'elaboration', 'assessment', 'all')
limit (integer, optional): Max results (default 10, max 50)
Returns: Matching curriculum elements with source type, course, subject, and grade metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grade | No | Grade level (0=Kindergarten, 1-12) | |
| limit | No | Maximum results to return (default 10) | |
| query | Yes | Natural language search query (e.g., 'empathetic design thinking') | |
| subject | No | BC curriculum subject slug (e.g., 'adst', 'science') | |
| content_type | No | Type of curriculum content to filter by | all |