Kibela MCP Server

kibela_get_note_content

Get content and comments of a specific note

Input Schema

NameRequiredDescriptionDefault
idYesNote ID

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Note ID", "type": "string" } }, "required": [ "id" ], "type": "object" }