Best-fit scenarios
Use when the user asks to find information in Obsidian notes.
Tater Assistant
Phase One Wiki
Search markdown notes in Obsidian with bounded scan limits and ranked snippets.
Use when the user asks to find information in Obsidian notes.
Use the example call shape below and provide only the fields the plugin expects.
Keywords or question to search in Obsidian.
When enabled, one LLM pass summarizes top matches.
Default: TrueUpper bound on markdown files scanned per search request.
Default: 120Per-note read cap used for relevance scanning.
Default: 24000Maximum number of matching notes returned.
Default: 6Maximum snippet length shown per result.
Default: 320Obsidian Local REST API host.
Default: 127.0.0.1Obsidian Local REST API port.
Default: 27123Obsidian Local REST API protocol.
Default: httpOptional API token if your Obsidian API requires auth.
Timeout for each Obsidian API request.
Default: 12Enable only for valid HTTPS certificates.
Default: False{
"function": "obsidian_search",
"arguments": {
"query": "Keywords or question to search in Obsidian."
}
}