Create New Note
bear-create-noteCreate a new note in Bear app with optional title, markdown content, and tags. The note appears immediately in Bear and returns its ID for follow-up operations.
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" |