Skip to main content
Glama
RadonX

MCP TriliumNext

by RadonX

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level: error, warn, info, debuginfo
TRILIUM_URLNoTriliumNext server URLhttp://localhost:8080
REQUEST_TIMEOUTNoAPI request timeout in ms30000
TRILIUM_AUTH_TOKENYesETAPI authentication token (required)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_noteC

Create a new note in TriliumNext

search_notesC

Search for notes in TriliumNext

get_noteC

Get details of a specific note

update_noteC

Update the content of an existing note

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Recent NotesRecently modified notes in TriliumNext

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific CRUD operations for notes: create_note for creation, get_note for retrieval, search_notes for searching, and update_note for updates. There is no overlap in functionality, making tool selection straightforward.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, using clear action verbs (create, get, search, update) paired with the noun 'note' or 'notes'. This uniformity enhances readability and predictability.

Tool Count5/5

With 4 tools, the server is well-scoped for managing notes in TriliumNext, covering essential operations without being overly simplistic or bloated. Each tool serves a distinct and necessary function in the note lifecycle.

Completeness4/5

The tool set provides strong coverage for core note operations, including create, read, search, and update. A minor gap exists with no delete_note tool, which could limit full lifecycle management, but agents can still handle most workflows effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues