Skip to main content
Glama

Obsidian MCP Server

by natestrong

list_notes_tool

Retrieve and organize notes stored in your Obsidian vault or a specific directory. Customize results by specifying a directory or enabling recursive listing of subdirectories for comprehensive note management.

Instructions

List notes in the vault or a specific directory. Args: directory: Specific directory to list (optional, defaults to root) recursive: Whether to list all subdirectories recursively (default: true) Returns: Vault structure and note paths

Input Schema

NameRequiredDescriptionDefault
ctxNo
directoryNo
recursiveNo

Input Schema (JSON Schema)

{ "properties": { "ctx": { "default": null, "title": "Ctx" }, "directory": { "default": null, "title": "Directory", "type": "string" }, "recursive": { "default": true, "title": "Recursive", "type": "boolean" } }, "type": "object" }

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

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