budget
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Personal Budget (50/30/20) Calculator — Allocate monthly income across needs/wants/savings (50/30/20) and find your surplus or deficit and savings rate.
Parameters schema
{
"type": "object",
"required": [
"monthly_income"
],
"properties": {
"food": {
"type": "number",
"description": "Monthly food/groceries in USD"
},
"other": {
"type": "number",
"description": "Other monthly spending in USD"
},
"housing": {
"type": "number",
"description": "Monthly housing cost (rent/mortgage) in USD"
},
"savings": {
"type": "number",
"description": "Monthly amount saved/invested in USD"
},
"insurance": {
"type": "number",
"description": "Monthly insurance premiums in USD"
},
"utilities": {
"type": "number",
"description": "Monthly utilities in USD"
},
"healthcare": {
"type": "number",
"description": "Monthly healthcare in USD"
},
"debt_payments": {
"type": "number",
"description": "Monthly minimum debt payments in USD"
},
"entertainment": {
"type": "number",
"description": "Monthly entertainment/discretionary in USD"
},
"monthly_income": {
"type": "number",
"description": "Monthly take-home income in USD"
},
"transportation": {
"type": "number",
"description": "Monthly transportation in USD"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries