search_conversations
Search across Claude Code conversation history by content to find specific topics. Apply filters for date, timezone, or project to narrow results.
Instructions
Search through conversation history by content (useful for finding specific topics across all conversations)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 30) | |
| query | Yes | Search query to find in conversation content | |
| endDate | No | End date in ISO format (optional) | |
| timezone | No | Timezone for date filtering (e.g., "Asia/Tokyo", "UTC"). Defaults to system timezone. | |
| startDate | No | Start date in ISO format (optional) | |
| projectPath | No | Filter by specific project path (optional) |