bear_list_notes
Retrieve and filter your Bear notes by tags, with options to include archived or trashed items. Returns note details including IDs, titles, tags, and modification dates for easy organization.
Instructions
List Bear notes with optional tag filtering. Returns an array of notes with IDs, titles, tags, pin status, and modification dates. Notes with 'locked: true' are private/encrypted in Bear and their body content is not searchable — if a search returns no results, check whether the relevant note is locked. Use bear_get_note to read the full content of a specific note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter notes by tag (partial match) | |
| include_archived | No | Include archived notes in results | |
| include_trashed | No | Include trashed notes in results | |
| limit | No | Maximum number of notes to return (default 30) |