bear_archive_note
Archive notes in Bear App by specifying a note ID or search term. Manage and organize your notes effectively with this tool, and optionally display the Bear window for direct interaction.
Instructions
Archive a note
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No | Note unique identifier | |
search | No | Search term to find notes to archive | |
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 archive",
"type": "string"
},
"show_window": {
"description": "Show Bear window",
"type": "boolean"
}
},
"type": "object"
}