knowledge_search
Search a project's knowledge base for text matches to find previously-retrieved literature, model runs, and compiled wiki content without re-querying external APIs.
Instructions
Search a project's knowledge base (raw/ and wiki/) for text matches. Returns file paths with line numbers and snippets. Use this to find previously-retrieved literature, model runs, and compiled wiki content without re-querying external APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project ID (must exist) | |
| query | Yes | Search query — multi-term searches match ANY term (OR) | |
| paths | No | Which subtrees to search. Default: both. | |
| max_results | No | Max matches to return (default 20, max 100) | |
| case_sensitive | No | Case-sensitive search (default false) |