budget_alert
ActiveTool of io.github.lazymac2x/ai-cost-optimizer
declared in 2.0.0
Set and check budget limits for teams. Raises a flag when a configurable spending threshold is reached.
Parameters schema
{
"type": "object",
"required": [
"action"
],
"properties": {
"team": {
"type": "string",
"description": "Team identifier"
},
"action": {
"enum": [
"set",
"check"
],
"type": "string",
"description": "\"set\" to configure a budget, \"check\" to get current status"
},
"threshold": {
"type": "number",
"description": "Alert threshold percentage 0–100 (default: 80)"
},
"budgetLimit": {
"type": "number",
"description": "USD budget cap"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.lazymac2x/ai-cost-optimizer
https://github.com/lazymac2x/ai-cost-optimizer-api
1/7 registries