search_markdown
Search markdown documents and return relevant snippets. Choose keyword, semantic, or hybrid search to match queries against local knowledge bases without returning entire files.
Instructions
Search for markdown content and return SNIPPETS (not full files).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term or natural language question | |
| strategy | No | "keyword" (default, fast), "semantic" (embedding-based), or "hybrid" (best quality, combines both) | keyword |
| max_results | No | Maximum number of snippets to return (default: 5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |