Kibela MCP Server

kibela_get_my_notes

Get your latest notes from Kibela

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of notes to fetch (max 50)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 15, "description": "Number of notes to fetch (max 50)", "type": "number" } }, "type": "object" }