bear_get_untagged
Retrieve untagged notes in Bear App using search terms and API token. Optionally display the Bear window for direct access during the process.
Instructions
Get untagged notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term | |
| show_window | No | Show Bear window | |
| token | No | Bear API token |
Input Schema (JSON Schema)
{
"properties": {
"search": {
"description": "Search term",
"type": "string"
},
"show_window": {
"description": "Show Bear window",
"type": "boolean"
},
"token": {
"description": "Bear API token",
"type": "string"
}
},
"type": "object"
}