Skip to main content
Glama

@kazuph/mcp-obsidian

by kazuph

obsidian_read_notes_dir

Extract directory structures from a specified path in Obsidian vaults. Returns relative paths without file contents, simplifying navigation and organization of Markdown notes.

Instructions

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" }

You must be authenticated.

Other Tools from @kazuph/mcp-obsidian

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-obsidian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server