Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OBSIDIAN_API_PORT | No | Port number for the Obsidian Local REST API plugin | 27123 |
OBSIDIAN_API_TOKEN | Yes | API token for the Obsidian Local REST API plugin | |
OBSIDIAN_VAULT_PATH | Yes | Path to your Obsidian vault |
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 all notes in the Obsidian vault |
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 |