bear_get_today
Retrieve today's notes from Bear App using a search term and API token, with the option to display the Bear window for quick access.
Instructions
Get today's 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"
}