Obsidian MCP Server

get_vault_contents

Obsidian Vaultの内容を取得

Input Schema

NameRequiredDescriptionDefault
pathNoVault内のパス(デフォルト: 空文字列でルートディレクトリを取得)

Input Schema (JSON Schema)

{ "properties": { "path": { "default": "", "description": "Vault内のパス(デフォルト: 空文字列でルートディレクトリを取得)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools