Skip to main content
Glama

Obsidian MCP Server

by pmmvr
MIT License
3

browse_vault_structure

Explore and navigate directory structures in Obsidian vaults. Specify a path, include files, or list nested contents recursively for efficient knowledge discovery.

Instructions

Browse vault directory structure. Args: path: Path to browse from (defaults to vault root) include_files: Include files in listing (default: False, folders only) recursive: List nested contents recursively

Input Schema

NameRequiredDescriptionDefault
include_filesNo
pathNo
recursiveNo

Input Schema (JSON Schema)

{ "properties": { "include_files": { "default": false, "title": "Include Files", "type": "boolean" }, "path": { "default": "", "title": "Path", "type": "string" }, "recursive": { "default": false, "title": "Recursive", "type": "boolean" } }, "title": "browse_vault_structureArguments", "type": "object" }

You must be authenticated.

Other Tools from Obsidian MCP Server

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/pmmvr/obsidian-api-mcp-server'

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