get_budget_gate
Retrieve runtime budget gate settings and current monthly LLM spend to check headroom and enforce mode for your LLM usage caps.
Instructions
Get the runtime budget gate settings (runtime control plane Phase 1) plus this month's LLM spend. Response = { gates: [{ id, projectId, monthlyLimitUsd, enforceMode, enabled, ... }], spentUsdThisMonth, monthStart, ttlSeconds }. monthStart is the UTC month start. The same source the SDK's budgetGate opt-in evaluates before execution. Distinct from get_llm_budget (which caps Argosvix's internal AI feature costs) — this one is a monthly cap on your own LLM spend. Example phrasing: "how much budget gate headroom is left this month?" / "is the gate set to fail_open?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||