zk_create_note
Generate structured Zettelkasten notes by defining title, content, type, and optional tags. Organize ideas into fleeting, literature, permanent, structure, or hub notes for efficient knowledge management.
Instructions
Create a new Zettelkasten note. Args: title: The title of the note content: The main content of the note note_type: Type of note (fleeting, literature, permanent, structure, hub) tags: Comma-separated list of tags (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
note_type | No | permanent | |
tags | No | ||
title | Yes |