Create New Note
bear-create-noteCreate notes in Bear app with titles, markdown content, and tags. Returns note ID for immediate follow-up actions.
Instructions
Create a new note in your Bear library with optional title, content, and tags. Returns the note ID when a title is provided, enabling immediate follow-up operations. The note will be immediately available in Bear app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Note title, e.g., "Meeting Notes" or "Research Ideas" | |
| text | No | Note content in markdown format. Do not include a title heading — Bear adds it automatically from the title parameter. | |
| tags | No | Tags separated by commas, e.g., "work,project,urgent" |