bear_get_locked
Encrypt and retrieve locked notes in the Bear App using a search term and optional window display, facilitated by the Bear App MCP Server for secure note management.
Instructions
Get locked (encrypted) notes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
search | No | Search term | |
show_window | No | Show Bear window |
Input Schema (JSON Schema)
{
"properties": {
"search": {
"description": "Search term",
"type": "string"
},
"show_window": {
"description": "Show Bear window",
"type": "boolean"
}
},
"type": "object"
}