Skip to main content
Glama

Obsidian MCP Server

by getglad

list_notes

Retrieve notes from your Obsidian vault with folder filtering, recursive search options, and result limits for organized content management.

Instructions

List notes in the vault with optional filters

Input Schema

NameRequiredDescriptionDefault
folderNo
limitNo
recursiveNo

Input Schema (JSON Schema)

{ "properties": { "folder": { "default": "", "title": "Folder", "type": "string" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "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/getglad/obsidian_mcp'

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