Skip to main content
Glama

Obsidian MCP Server

by getglad

search_notes

Search your Obsidian vault by content, title, or tags to quickly find relevant notes and information across your knowledge base.

Instructions

Search the vault by content, title, tags, or all

Input Schema

NameRequiredDescriptionDefault
folderNo
limitNo
queryYes
search_typeNoall

Input Schema (JSON Schema)

{ "properties": { "folder": { "default": "", "title": "Folder", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "search_type": { "default": "all", "enum": [ "content", "title", "tags", "all" ], "title": "Search Type", "type": "string" } }, "required": [ "query" ], "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