Skip to main content
Glama
kj455

MCP Kibela

by kj455

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIBELA_TEAMYesYour Kibela team name. You can find it from the URL of your Kibela team page. e.g. https://[team-name].kibe.la
KIBELA_TOKENYesYour Kibela API token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kibela_search_notesC

Search Kibela notes by query

kibela_get_my_notesB

Get my latest notes from Kibela

kibela_get_note_contentB

Get note content by note ID

kibela_get_note_from_pathA

Get note content by note path

kibela_update_note_contentA

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_noteB

Create a new note in Kibela.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating, retrieving by ID or path, listing personal notes, searching, and updating. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent 'kibela_verb_noun' pattern (e.g., kibela_create_note, kibela_search_notes), maintaining Convention throughout.

Tool Count5/5

6 tools is well within the ideal 3-15 range, covering the core note operations without being overengineered or sparse.

Completeness3/5

The set covers create, read (multiple methods), search, and update, but notably lacks a delete note tool, and does not provide a simple 'list all notes' functionality. This leaves a gap in full CRUD coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues