Search Cross-Curricular Connections
search_cross_curricularFind curriculum elements shared between two or more subjects at the same grade level. Identifies overlapping competencies, big ideas, and content across subjects. Essential for interdisciplinary planning.
Args:
subjects (string[]): Two or more subject slugs to compare (e.g., ['science', 'adst'])
grade (integer): Grade level (0=K, 1-12)
focus (string, optional): Which element to compare ('big_ideas', 'competencies', 'content', 'all'). Default 'all'.
query (string, optional): Narrow to a specific concept (e.g., 'evidence', 'design thinking')
limit (integer, optional): Max connections to return (default 20, max 50)
Returns: Groups of curriculum items connected by shared language across subjects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Which curriculum element to compare across subjects | all |
| grade | Yes | Grade level (0=Kindergarten, 1-12) | |
| limit | No | Maximum connections to return (default 20) | |
| query | No | Optional: narrow to a specific concept (e.g., 'evidence', 'design thinking') | |
| subjects | Yes | Two or more subject slugs to compare (e.g., ['science', 'adst']) |