Skip to main content
Glama

TriliumNext Notes' MCP Server

create_note

Generate and organize notes in TriliumNext by specifying content, title, type, and parent note. Ideal for structuring text, code, files, or images within your note hierarchy.

Instructions

Create a new note in TriliumNext

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note
mimeNoMIME type for code/file/image notes
parentNoteIdYesID of the parent noteroot
titleYesTitle of the note
typeYesType of note

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the note", "type": "string" }, "mime": { "description": "MIME type for code/file/image notes", "type": "string" }, "parentNoteId": { "default": "root", "description": "ID of the parent note", "type": "string" }, "title": { "description": "Title of the note", "type": "string" }, "type": { "description": "Type of note", "enum": [ "text", "code", "file", "image", "search", "book", "relationMap", "render" ], "type": "string" } }, "required": [ "parentNoteId", "title", "type", "content" ], "type": "object" }

You must be authenticated.

Other Tools from TriliumNext Notes' MCP Server

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/tan-yong-sheng/triliumnext-mcp'

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