perform_research
Answer architectural research questions by cascading through project files, knowledge graph, environment resources, and web search when confidence is low.
Instructions
Perform research using cascading sources: project files → knowledge graph → environment resources → web search (fallback)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The research question to answer | |
| projectPath | No | Path to project directory | . |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| confidenceThreshold | No | Minimum confidence threshold (0-1) before suggesting web search | |
| performWebSearch | No | Enable web search recommendations when confidence is low |