Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
KIBELA_TEAM | Yes | Your Kibela team name. You can find it from the URL of your Kibela team page. e.g. https://[team-name].kibe.la | |
KIBELA_TOKEN | Yes | Your Kibela API 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 |
---|---|
kibela_search_notes | Search Kibela notes by query |
kibela_get_my_notes | Get my latest notes from Kibela |
kibela_get_note_content | Get note content by note ID |
kibela_get_note_from_path | Get note content by note path |
kibela_update_note_content | Update note content by note id. This tool allows you to modify the content of an existing Kibela note. Before updating, it fetches the current content of the note to ensure proper version control. Note that you need the note ID (not the note path) to use this tool. |
kibela_create_note | Create a new note in Kibela. |