analyze_sessions
Extract and analyze conversation messages from Claude Code sessions with filters for time, role, and project to gain insights.
Instructions
Extract and analyze messages from sessions with filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | Days back to analyze (max 7) | |
| role_filter | No | Filter messages by role (user, assistant, both, tool) | both |
| project_filter | No | Optional filter to specific project | |
| include_tools | No | Include tool usage messages |