render_active_sessions
Renders a formatted table of recent Claude Code sessions with per-session usage and cost details, including prompts, tool calls, tokens, and effective cost.
Instructions
Pre-formatted table of recent Claude Code sessions across all projects — per-session Prompts · Inferences · Tool calls, tokens, and effective/nominal cost. Source: local Claude Code transcripts + Oracle API. Print the text field verbatim. Defaults to last 24h, top 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Limit to sessions from this working directory. | |
| hours | No | Look-back window in hours (default 24). | |
| limit | No | Max rows (default 10). |