Skip to main content
Glama

search_vault

Search across all notes in an Obsidian vault with customizable options like case sensitivity and regex. Use this tool to quickly locate specific text without plugins or REST API.

Instructions

Search for text across all notes in vault

Input Schema

NameRequiredDescriptionDefault
optionsNo
queryYesSearch query
vault_pathYesPath to the Obsidian vault

Input Schema (JSON Schema)

{ "properties": { "options": { "properties": { "case_sensitive": { "default": false, "type": "boolean" }, "regex": { "default": false, "type": "boolean" } }, "type": "object" }, "query": { "description": "Search query", "type": "string" }, "vault_path": { "description": "Path to the Obsidian vault", "type": "string" } }, "required": [ "vault_path", "query" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

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

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