Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| list_notes | List notes in the Obsidian vault. By default lists all notes recursively. |
| delete_note | Delete a note from the Obsidian vault |
| read_note | Read the content of a note in the Obsidian vault |
| create_note | Create a new note in the Obsidian vault |
| search_vault | Search for content in the Obsidian vault |
| move_note | Move or rename a note to a new location in the Obsidian vault |
| manage_folder | Create, rename, move, or delete a folder in the Obsidian vault |
| update_note | Update content in an existing note using text replacements or precise insertions |
| read_multiple_notes | Read content from multiple notes simultaneously |
| auto_backlink_vault | Automatically add backlinks throughout the entire vault by detecting note names in content and converting them to wikilinks |
| notes_insight | Generate insights about a topic using TRILEMMA-PRINCIPLES framework with AI-powered summarization |