muse_session_stats
Analyze coding session data to track productivity, language usage, and work patterns with customizable filters and insights.
Instructions
Provides analytics and insights about coding sessions. Actions: overview (summary stats), languages (language breakdown), timeline (activity over time), tags (tag analysis), productivity (work patterns), trends (compare periods).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Type of statistics to retrieve | |
| since | No | Start date for filtering (ISO date or relative like "1 week ago") | |
| until | No | End date for filtering | |
| period | No | Time period for grouping (default: all) | |
| tags | No | Filter by specific tags | |
| languages | No | Filter by specific languages | |
| format | No | Output format (default: summary) | |
| includeInsights | No | Include AI-generated insights (default: true) | |
| compareWith | No | Compare with previous period or average |