add_node
Add a concept node to the knowledge graph with custom name, domain, difficulty, tags, and description.
Instructions
Create a new concept node in the knowledge graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | Human-readable name for the concept (e.g., "Quadratic Formula") | |
| description | No | Detailed description of what this concept represents | |
| domain | No | Category/domain (e.g., "mathematics", "physics", "programming") | |
| difficulty | No | Estimated cognitive load from 0.0 (easy) to 1.0 (hard). Default 0.5. | |
| tags | No | List of categorization tags (e.g., ["algebra", "equations"]) | |
| node_id | No | Custom ID for the node. Auto-generated from concept if not provided. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||