query_graph
Identify learning gaps, misconceptions, and optimal next steps by querying a knowledge graph with spaced repetition scheduling.
Instructions
Query the knowledge graph for learning insights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_type | Yes | Type of query to execute. One of: - "prerequisites": All prerequisites for a concept (requires node_id) - "ready_to_learn": Concepts where all prerequisites are mastered - "due_for_review": Nodes where scheduled review date has passed - "struggling": High difficulty + low mastery concepts - "stalled": Multiple reviews but mastery not improving - "misconceptions": Nodes with detected misconceptions - "knowledge_gaps": Low mastery nodes blocking other concepts - "next_recommended": Smart recommendation for what to study next - "all_nodes": All nodes in the graph | |
| node_id | No | Focus node for some queries (required for "prerequisites") | |
| domain | No | Filter results by domain (e.g., "mathematics") | |
| limit | No | Maximum number of results to return. Default 10. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||