Skip to main content
Glama

MCP TriliumNext

by RadonX

update_note

Modify the content of a specific note in TriliumNext by providing the note ID and new content, ensuring your knowledge base stays current and accurate.

Instructions

Update the content of an existing note

Input Schema

NameRequiredDescriptionDefault
contentYesThe new content for the note (max 1MB)
noteIdYesThe ID of the note to update

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The new content for the note (max 1MB)", "type": "string" }, "noteId": { "description": "The ID of the note to update", "type": "string" } }, "required": [ "noteId", "content" ], "type": "object" }

Other Tools from MCP TriliumNext

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/RadonX/mcp-trilium'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server