Thinking Time Summary
cph_thinking_summaryInfers thinking-time breakdown for recent turns by measuring gaps between tool calls. Returns per-turn and aggregate stats to analyze Claude Code's extended thinking.
Instructions
Get inferred thinking-time breakdown for recent turns.
Claude Code's extended thinking is not directly observable. This tool infers thinking time from the gaps between tool calls:
Initial gap: time from user prompt to first tool use
Interleaved gaps: time between consecutive tool calls
Final gap: time from last tool to response
Returns per-turn breakdowns, aggregate stats, tool baselines, and a caveat explaining inference limitations.
Args:
session_id: Filter to a specific session (optional)
workflow_id: Filter to a specific workflow (optional)
limit: Number of recent turns to return (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Filter to specific session | |
| workflow_id | No | Filter to specific workflow | |
| limit | No |