create_note
Create a new note in your knowledge base with automatic embeddings. Links related notes using wikilinks and reuses existing tags to maintain a connected, organized graph.
Instructions
Create a new note. Embedding is generated automatically in the background. The server instructions' wikilink and tag rules apply: search_notes for the topic first and link the related notes it finds, and call list_tags before coining a new tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| content | No | ||
| folder_id | No | ||
| folder_path | No | Folder path (e.g. "Projects/Kybase") as alternative to folder_id |