Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TRILIUM_API_URL | No | The URL of the Trilium Notes API endpoint | http://localhost:8080/etapi |
TRILIUM_API_TOKEN | Yes | Your Trilium API token (get this from your Trilium Notes settings) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_note | Create a new note in TriliumNext |
update_note | Update the content of an existing note |
search_notes | Search notes in TriliumNext |
get_note | Get a note and its content by ID |
delete_note | Delete a note |