notlai_create_note
Create a new note with Markdown formatting for headings, lists, code blocks, links, bold, italic, and more. Assign existing tags or mark as favorite.
Instructions
Create a new note. Content supports Markdown formatting (headings, lists, code blocks, links, bold, italic, etc.). Before creating, consider using notlai_list_tags to find relevant tags to assign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names to assign (must exist — use notlai_list_tags to check, or notlai_create_tag to create new ones) | |
| title | Yes | Note title | |
| content | Yes | Note content in Markdown format. Supports headings (#), bold (**), italic (*), lists (- or 1.), code blocks (```), links ([text](url)), blockquotes (>), and tables. | |
| isFavorite | No | Mark as favorite (default: false) |