college_savings
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
College Savings Calculator — Project the future cost of college with education inflation and the monthly contribution needed to fund it.
Parameters schema
{
"type": "object",
"required": [
"current_cost_per_year",
"years_until_college"
],
"properties": {
"current_savings": {
"type": "number",
"description": "Amount already saved in USD"
},
"years_in_college": {
"type": "integer",
"description": "Number of years in college (default 4)"
},
"investment_return": {
"type": "number",
"description": "Expected annual return on savings as a PERCENT (default 6)"
},
"education_inflation": {
"type": "number",
"description": "Annual education inflation as a PERCENT (default 5)"
},
"years_until_college": {
"type": "number",
"description": "Years until college starts"
},
"current_cost_per_year": {
"type": "number",
"description": "Today's cost for one year of college 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