savings_goal
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Savings Goal Calculator — Months to reach a savings target at a given monthly amount, or the monthly amount needed for a fixed horizon.
Parameters schema
{
"type": "object",
"required": [
"target_amount"
],
"properties": {
"annual_return": {
"type": "number",
"description": "Expected annual return as a PERCENT (default 0)"
},
"target_amount": {
"type": "number",
"description": "Savings target in USD"
},
"target_months": {
"type": "integer",
"description": "Months to reach the goal (solve-contribution mode)"
},
"current_savings": {
"type": "number",
"description": "Amount already saved in USD"
},
"monthly_contribution": {
"type": "number",
"description": "Monthly contribution in USD (time-to-goal mode)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries