create_note
Generate single or multiple notes with specified types, titles, and markdown content. Add metadata or batch-create notes for organized AI collaboration in Flint Note’s local vault system.
Instructions
Create one or more notes of the specified type(s)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | Content of the note in markdown format - only used for single note creation | |
metadata | No | Additional metadata fields for the note (validated against note type schema) - only used for single note creation | |
notes | No | Array of notes to create - used for batch creation | |
title | No | Title of the note - only used for single note creation | |
type | No | Note type (must exist) - only used for single note creation | |
vault_id | No | Optional vault ID to operate on. If not provided, uses the current active vault. |