MCP Kibela

by kj455
Verified

kibela_update_note_content

Modify existing Kibela note content by ID. Fetch and update markdown content with version control, ensuring accurate and complete note revisions.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
contentYesNew content of the note in markdown format. The content will completely replace the existing note content. Make sure to include all necessary formatting, headers, and sections you want to preserve.
idYesNote id - not note path (e.g. /notes/123). If you want to update note content by note path, please use kibela_get_note_from_path tool first and get note id from the response

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New content of the note in markdown format. The content will completely replace the existing note content. Make sure to include all necessary formatting, headers, and sections you want to preserve.", "type": "string" }, "id": { "description": "Note id - not note path (e.g. /notes/123). If you want to update note content by note path, please use kibela_get_note_from_path tool first and get note id from the response", "type": "string" } }, "required": [ "id", "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Kibela

Related Tools

ID: mc8brt77rn