bear_get_note
Retrieve a Bear note's complete content including title, tags, markdown text, and metadata using its unique ID. Access locked notes and choose raw markdown output.
Instructions
Get a single Bear note's full content and metadata by ID. Returns the note title, tags, full markdown text, and dates. If the note is locked/private, 'locked: true' will be included in the response. Use the 'raw' option to get just the markdown without metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID (uniqueIdentifier) | |
| raw | No | Return only the raw markdown content |