Skip to main content
Glama

MCP TriliumNext

by RadonX

create_note

Create a new note in TriliumNext by specifying its title, content, type, and parent note ID. Organize and store information efficiently in your knowledge base.

Instructions

Create a new note in TriliumNext

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the note (max 1MB)
parentNoteIdNoID of the parent note (defaults to "root" if not provided)
titleYesThe title of the note (max 200 characters)
typeNoThe type of note to createtext

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content of the note (max 1MB)", "type": "string" }, "parentNoteId": { "description": "ID of the parent note (defaults to \"root\" if not provided)", "type": "string" }, "title": { "description": "The title of the note (max 200 characters)", "type": "string" }, "type": { "default": "text", "description": "The type of note to create", "enum": [ "text", "code", "file", "image", "search", "book", "relationMap", "canvas" ], "type": "string" } }, "required": [ "title", "content" ], "type": "object" }
Install Server

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