Find Bear Notes
bear-search-notesSearch your Bear notes by text, tags, or date ranges, including content within images and PDFs via OCR, to quickly find relevant information.
Instructions
Find notes in your Bear library by searching text content, filtering by tags, or date ranges. Always searches within attached images and PDF files via OCR. Returns a list with titles, tags, and IDs - use "Open Bear Note" to read full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | Text to search for in note titles and content | |
| tag | No | Tag to filter notes by (without # symbol) | |
| limit | No | Maximum number of results to return (default: 50) | |
| createdAfter | No | Filter notes created on or after this date. Supports: relative dates ("today", "yesterday", "last week", "start of last month"), ISO format (YYYY-MM-DD). Use "start of last month" for the beginning of the previous month. | |
| createdBefore | No | Filter notes created on or before this date. Supports: relative dates ("today", "yesterday", "last week", "end of last month"), ISO format (YYYY-MM-DD). Use "end of last month" for the end of the previous month. | |
| modifiedAfter | No | Filter notes modified on or after this date. Supports: relative dates ("today", "yesterday", "last week", "start of last month"), ISO format (YYYY-MM-DD). Use "start of last month" for the beginning of the previous month. | |
| modifiedBefore | No | Filter notes modified on or before this date. Supports: relative dates ("today", "yesterday", "last week", "end of last month"), ISO format (YYYY-MM-DD). Use "end of last month" for the end of the previous month. | |
| pinned | No | Set to true to return only pinned notes: if combined with tag, will return pinned notes with that tag, otherwise only globally pinned notes. |