perform_research
Investigate any question by searching project files, prior tool usage, environment resources, and web fallback, then save a research document.
Instructions
Perform research using cascading sources: project files → session/tool-usage tracker → 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 |
| performWebSearch | No | Enable web search recommendations when confidence is low | |
| researchDirectory | No | Directory the research document is written to. Previously unset and unsettable: output went to docs/context/research/ regardless (#1528). | docs/research |
| confidenceThreshold | No | Minimum confidence threshold (0-1) before suggesting web search |