knowledge_write
Create structured notes in your knowledge vault with automatic naming conventions, duplicate checking, and proper frontmatter formatting for concepts, conversations, troubleshooting, and other note types.
Instructions
Create a new note in the Knowledge vault with proper frontmatter and naming conventions. Naming conventions: C_ for concepts, YYYY-MM-DD_Conv_ for conversations, YYYY-MM-DD_Fix_ for troubleshooting notes. Checks for duplicates before creation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the note (will be used in filename and frontmatter) | |
| content | Yes | Body content of the note in Markdown format | |
| type | Yes | Type of note: concept, conversation, troubleshooting, session, reference, project | |
| tags | Yes | List of tags for the note (without # prefix) | |
| folder | No | Optional folder path. Defaults based on note type (e.g., 'Concepts' for concept) | |
| related | No | Optional list of related note titles for the 'related' frontmatter field |