query_conversation_history
Retrieve conversation sessions filtered by project path, date range, tools used, or keyword to analyze architectural decision records.
Instructions
Phase 3: Search and retrieve conversation sessions based on filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Filter by project path | |
| dateRange | No | Filter by date range | |
| toolsUsed | No | Filter by tools used in the session | |
| keyword | No | Search keyword in conversation turns | |
| limit | No | Maximum number of sessions to return |