save_resource
Save notes, research, links, code, or ideas to a knowledge graph node. Content is automatically chunked and embedded for semantic search.
Instructions
Save a new resource (note, research, link, code, idea) to a specific node in the knowledge graph. The content will be automatically chunked and embedded for future semantic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Target node ID. Use browse_nodes first to find the right location. | |
| type | Yes | Resource type | |
| content | Yes | The content to save (markdown supported) | |
| description | No | Brief description / title for the resource | |
| why | No | Why this is being saved — context for future retrieval | |
| url | No | Source URL if this came from the web |