bear_create_note
Create new Bear notes with titles, body text, tags, and YAML front matter for organized metadata storage.
Instructions
Create a new Bear note with a title, optional body text, tags, and YAML front matter. Front matter is stored as a collapsed metadata block at the top of the note. Returns the new note's ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Note title | |
| body | No | Note body text (markdown) | |
| tags | No | Tags to assign to the note | |
| frontmatter | No | YAML front matter fields as key-value pairs (e.g. {status: 'draft', project: 'alpha'}) |