Skip to main content
Glama

Obsidian MCP

by takuya0206

listNotes

Recursively list files and folders in your Obsidian vault or a specific path, returning results in an organized tree format for easy navigation and reference.

Instructions

Recursively lists files and folders in the entire Vault or under a specified folder and returns the result as a tree-format string

Input Schema

NameRequiredDescriptionDefault
pathNoOptional folder path to list notes from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Optional folder path to list notes from", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Obsidian MCP

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/takuya0206/obsidian-mcp'

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