Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BEAR_TOKEN | Yes | Your Bear API token required for some operations. Can be obtained from Bear App by going to Help → Advanced → API Token → Copy Token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
bear_open_note | Open a note in Bear by ID or title |
bear_create_note | Create a new note in Bear |
bear_add_text | Add text to an existing note |
bear_add_file | Add a file to an existing note |
bear_search | Search for notes in Bear |
bear_get_tags | Get all tags from Bear |
bear_open_tag | Open notes with specific tag(s) |
bear_trash_note | Move a note to trash |
bear_archive_note | Archive a note |
bear_get_untagged | Get untagged notes |
bear_get_todo | Get todo notes |
bear_get_today | Get today's notes |
bear_get_locked | Get locked (encrypted) notes |
bear_grab_url | Create a note from web page content |
bear_rename_tag | Rename an existing tag |
bear_delete_tag | Delete an existing tag |