create_journal_entry
Create a new journal entry with rich text HTML content, title, and mood/emoji to log thoughts and experiences clearly.
Instructions
Create a new journal entry with rich text content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mood | No | Mood (e.g., happy, sad, neutral, excited, anxious) | |
| emoji | No | Emoji | |
| title | Yes | Entry title | |
| content | Yes | Entry content as HTML (rendered in Tiptap). Use <p> for paragraphs, <h2> for headings, <ul><li> for lists. |