search_conversations
Search conversations for specific terms with filtering by role, project, and time range, returning matching messages with surrounding context.
Instructions
Search conversations for specific terms with context windows, role filtering, and time ranges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term or phrase | |
| context_window | No | Number of messages before/after match to include (max 5) | |
| days_back | No | Days back to search (max 7) | |
| project_filter | No | Optional filter to specific project | |
| case_sensitive | No | Case sensitive search | |
| role_filter | No | Filter messages by role (user, assistant, both, tool) | both |
| start_time | No | Start time in ISO format (e.g., '2025-09-13T08:00:00'). If specified, will search from this time forward | |
| end_time | No | End time in ISO format (e.g., '2025-09-13T12:00:00'). If specified, will search up to this time |