@kazuph/mcp-obsidian

obsidian_read_notes_dir

Lists only the directory structure under the specified path. Returns the relative paths of all directories without file contents.

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "type": "string" } }, "required": [ "path" ], "type": "object" }