docshelf_search
Searches Markdown files in a document shelf by plain-text query, returning matching file paths, snippets, and GitHub URLs for direct access.
Instructions
Plain-text search across every Markdown file in the shelf.
Tokens are space-split; each must appear (case-insensitive) for a hit to count. Results include the relative path, a 200-char snippet, and — if a GitHub remote is configured — the raw URL so the model can fetch the matching file directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |