check_budget
Monitor safety budget utilization for AI agent certifications, showing limits, current usage, and rate enforcement status.
Instructions
Check the current safety budget utilization.
This tool returns the current state of the safety budget, including:
Total budget limit (resets on schedule)
Amount used in current period
Number of certifications performed
Rate limit enforcement status
Returns: Dictionary with keys: - budget_limit: Total safety budget [tokens/actions] - budget_used: Amount consumed in current period - budget_remaining: budget_limit - budget_used (clamped to >= 0) - rate_limit: Maximum certifications per period - total_certifications: Total number of certifications performed - utilization_percent: (budget_used / budget_limit) * 100 - timestamp: Current time (ISO 8601)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |