Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_simple_search

Perform a text-based search across all files in an Obsidian vault to locate documents matching a specified query, with adjustable context length around matches.

Instructions

Simple search for documents matching a specified text query across all files in the vault. Use this tool when you want to do a simple text search

Input Schema

NameRequiredDescriptionDefault
context_lengthNoHow much context to return around the matching string (default: 300)
queryYesText to a simple search for in the vault.

Input Schema (JSON Schema)

{ "properties": { "context_length": { "default": 300, "description": "How much context to return around the matching string (default: 300)", "type": "integer" }, "query": { "description": "Text to a simple search for in the vault.", "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/ToKiDoO/mcp-obsidian-advanced'

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