Get context usage
get_context_usageCheck your current session's raw token usage from the host transcript (Claude Code or OpenAI Codex CLI) with a full breakdown and metadata.
Instructions
Reports the current session's raw token usage, read directly from the host's own session transcript/rollout (auto-detected: Claude Code or OpenAI Codex CLI). Returns raw counts only — context_tokens (input + cache_creation + cache_read) plus a full breakdown and session metadata (session_id, model, timestamp) — with no percentage or context-window detection. May be unavailable early in a session before the first model response; then it returns { available: false, reason } instead of failing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| reason | Yes | ||
| available | Yes | ||
| breakdown | Yes | ||
| timestamp | Yes | ||
| session_id | Yes | ||
| context_tokens | Yes |