get_today_cost
Total tool-call cost and call count for the current day (UTC), for the organization behind the caller's API key. Returns a human-readable summary line plus raw numbers in a structured field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| costUsd | Yes | Sum of estimated costs in USD. | |
| callCount | Yes | Tool calls observed since 00:00 UTC. | |
| errorCount | Yes | Tool calls that returned an error. | |
| inputTokens | Yes | Sum of input tokens. | |
| outputTokens | Yes | Sum of output tokens. |