Tally tool calls across sessions
tool_usageCount how often each Claude Code tool was called across matching sessions to reveal working habits, such as reading versus editing time. Returns tool names and usage counts.
Instructions
Count how often each Claude Code tool (Read, Edit, Bash, Grep and the rest) was called across the sessions matching the filters, most used first. Use it to answer questions about working habits, such as how much of a week was reading versus editing. Returns tool names and counts, never tool arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Earliest day to include, YYYY-MM-DD, inclusive. | |
| until | No | Latest day to include, YYYY-MM-DD, inclusive. | |
| project | No | Only this project. Claude Code names it after the working directory with separators replaced by dashes, for example c--dev-myapp. |