Skip to main content
Glama

TriliumNext Notes' MCP Server

get_note

Retrieve a note and its content by ID using the MCP server, enabling efficient access to stored information in TriliumNext Notes.

Instructions

Get a note and its content by ID

Input Schema

NameRequiredDescriptionDefault
includeContentNoWhether to include the note's content in the response
noteIdYesID of the note to retrieve

Input Schema (JSON Schema)

{ "properties": { "includeContent": { "default": true, "description": "Whether to include the note's content in the response", "type": "boolean" }, "noteId": { "description": "ID of the note to retrieve", "type": "string" } }, "required": [ "noteId" ], "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