bear_search
Search notes in Bear App using specific terms or tags. Enter a search term, tag, and Bear API token to locate relevant notes efficiently.
Instructions
Search for notes in Bear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_window | No | Show Bear window | |
| tag | No | Tag to search within | |
| term | No | Search term | |
| token | No | Bear API token |
Input Schema (JSON Schema)
{
"properties": {
"show_window": {
"description": "Show Bear window",
"type": "boolean"
},
"tag": {
"description": "Tag to search within",
"type": "string"
},
"term": {
"description": "Search term",
"type": "string"
},
"token": {
"description": "Bear API token",
"type": "string"
}
},
"type": "object"
}