search_docs
Search markdown corpus with keyword or vector search on IP documents. Apply filters for energy, depth, project, or TODOs. Set result limit and minimum depth to retrieve targeted documents.
Instructions
Search markdown corpus and IP documents with various filters.
Args:
query: Search query (keyword for markdown, semantic for IP docs)
filter: What to search/filter:
- None (default): Keyword search on markdown corpus
- "ip": Vector search on curated IP documents
- "breakthrough": Documents with BREAKTHROUGH energy
- "deep": High depth-score documents
- "project": Documents for a specific project
- "todos": Documents with open TODOs
project: Project name (used with filter="project" or filter="todos")
limit: Max results (default 15)
min_depth: Minimum depth score (used with filter="deep", default 70)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| filter | No | ||
| project | No | ||
| limit | No | ||
| min_depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |