Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OBSIDIAN_VAULT_PATH | Yes | The path to your Obsidian vault | |
| OBSIDIAN_TEMPLATE_DIR | No | The template directory name within your Obsidian vault | TEMPLATE |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_note_from_template | テンプレートを使用してObsidianノートを作成します |
| list_templates | TEMPLATEフォルダ内の利用可能なテンプレート一覧を取得します |
| read_note | Obsidianノートの内容を読み込みます |
| update_note | Obsidianノートの内容を更新します |
| list_tags | Obsidianボルト内のすべてのタグを一覧表示します |
| rename_tag | Obsidianボルト内のタグを一括でリネームします |
| search_files | Obsidianボルト内のファイルとディレクトリを検索します |
| link_notes | ノート間にウィキリンクを作成します |
| find_broken_links | 壊れたリンクの検出と修復支援を行います |
| analyze_backlinks | バックリンク分析とグラフ構造の把握を行います |
| create_moc | Map of Contents(目次ノート)を自動生成します |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |