create_note
Create a new wiki note to capture a thought, start a research page, or build structured pages from templates. Optionally set title, content, tags, kind, project, and template variables.
Instructions
Create a new wiki note. Use for: capturing a thought, starting a research page, or building a meeting/person/project page from a template. At least one of title or content is recommended. If template is given, it is filled with standard vars (date, time, slug, yesterday_slug, tomorrow_slug, title) plus any custom variables. Existing slugs cause an error — use append_to_page or update_note_section to extend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | default 'note'. Known: note, daily, meeting, person, project, concept, or custom | |
| slug | No | Override auto-derived slug (must match [a-z0-9][a-z0-9_-]*) | |
| tags | No | ||
| title | No | ||
| content | No | Raw markdown body. Mutually exclusive with template. | |
| project | No | ||
| template | No | Template name (without .md) from ~/mindbase-data/templates/ | |
| variables | No |