search_ide_history
Search and retrieve past conversations from Kiro IDE sessions. Filter by date range, context size, and similarity threshold to find specific discussions.
Instructions
Search Kiro IDE conversation history only.
Use this to find conversations from Kiro IDE sessions specifically.
Args: query: Keywords or sentence describing what to find after: Filter to messages on/after this date (ISO 8601) before: Filter to messages before this date (ISO 8601) context_size: Messages before AND after each match (default: 3) threshold: Minimum similarity 0-1 (default: 0.2) max_results: Maximum results (default: 10) offset: Skip results for pagination (default: 0)
Returns: Search results from IDE conversations only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| query | Yes | ||
| before | No | ||
| offset | No | ||
| threshold | No | ||
| max_results | No | ||
| context_size | No |