Billing Usage
billing_usageTrack AI evaluation costs by retrieving billing usage summaries with filters for date range, granularity, and model.
Instructions
Return Cloudeval billing usage summary with date, granularity, and model filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endAt | No | End timestamp. | |
| model | No | ||
| range | No | 30d | |
| baseUrl | No | Cloudeval API base URL. Defaults to the MCP server --base-url, active profile, CLOUDEVAL_BASE_URL, or the public API. | |
| outcome | No | ||
| profile | No | Cloudeval CLI config profile to read defaults from. Defaults to the server --profile or CLOUDEVAL_PROFILE. | |
| startAt | No | Start timestamp. | |
| actionType | No | ||
| frontendUrl | No | Cloudeval frontend base URL for generated links. Defaults to --frontend-url, active profile, CLOUDEVAL_FRONTEND_URL, or public frontend. | |
| granularity | No | day | |
| chargeStatus | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | Tool-specific result payload. | |
| command | Yes | ||
| traceId | No | ||
| frontendUrl | No | ||
| filesWritten | No |