slipbox_create_note
Create a new atomic Zettelkasten note to store a single idea. Specify note type (fleeting, literature, permanent, structure, hub), tags, and references.
Instructions
Create a new atomic Zettelkasten note.
Each note should contain exactly one idea. After creating, immediately
link to related notes using slipbox_create_link.
Note Types:
- fleeting: Quick captures, unprocessed thoughts (process within 24-48 hours)
- literature: Ideas extracted from sources. REQUIRES at least one entry
in references (citation or URL). If you don't yet have the citation,
use 'fleeting' as a staging type and promote to 'literature' once
the source is attached.
- permanent: Refined ideas in the user's own words (the core of your Zettelkasten)
- structure: Maps organizing 7-15 related notes on a topic
- hub: Entry points into major knowledge domains
Authoring:
- Store `content` exactly as the user provided it. Do NOT rewrite,
expand, or restructure their words. Compose or refine content only
when explicitly asked (e.g. "draft", "refine", "make it standalone").
Best Practices:
- Title should express the idea in brief (understandable without reading content)
- A refined permanent note typically runs 3-7 paragraphs and stands
alone; match the length of what the user gave you, though — a
one-line capture stays one line.
- Use 2-5 specific tags; prefer existing tags when they fit
- Search first (slipbox_search_notes) to avoid duplicating existing notes
Args:
title: Concise title expressing the core idea
content: Full note content in markdown
note_type: One of fleeting/literature/permanent/structure/hub (default: permanent)
tags: Comma-separated tags, e.g. "poetry,revision,craft"
references: Newline-separated citations to external sources (e.g. "Ahrens, S. (2017). How to Take Smart Notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| content | Yes | ||
| note_type | No | permanent | |
| references | No |