Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
KARAKEEP_API_KEY | Yes | Your Karakeep API token | |
KARAKEEP_API_ADDR | Yes | The address of your Karakeep server |
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 |
---|---|
search-bookmarks | Search for bookmarks matching a specific a query. |
get-bookmark | Get a bookmark by id. |
create-text-bookmark | Create a text bookmark |
create-url-bookmark | Create a url bookmark |
get-bookmark-content | Get a bookmark content. |
get-lists | Search for bookmarks matching a specific a query. |
get-bookmarks-in-list | Search for bookmarks matching a specific a query. |
add-bookmark-to-list | Add a bookmark to a list. |
remove-bookmark-from-list | Remove a bookmark from a list. |
create-list | Create a list. |
attach-tag-to-bookmark | Attach a tag to a bookmark. |
detach-tag-from-bookmark | Detach a tag from a bookmark. |