bear_trash_note
Move notes to trash using a unique identifier or search term in Bear App. Optionally display the Bear window for visibility.
Instructions
Move a note to trash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Note unique identifier | |
| search | No | Search term to find notes to trash | |
| show_window | No | Show Bear window |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Note unique identifier",
"type": "string"
},
"search": {
"description": "Search term to find notes to trash",
"type": "string"
},
"show_window": {
"description": "Show Bear window",
"type": "boolean"
}
},
"type": "object"
}