fire_number
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
FIRE Number Calculator — Financial-independence target from annual expenses and a safe withdrawal rate, plus lean/fat variants and years to reach it.
Parameters schema
{
"type": "object",
"required": [
"annual_expenses"
],
"properties": {
"inflation": {
"type": "number",
"description": "Annual inflation as a PERCENT (default 0)"
},
"annual_expenses": {
"type": "number",
"description": "Expected annual spending in retirement, USD"
},
"current_savings": {
"type": "number",
"description": "Current invested savings in USD"
},
"expected_return": {
"type": "number",
"description": "Expected annual return as a PERCENT (default 7)"
},
"withdrawal_rate": {
"type": "number",
"description": "Safe withdrawal rate as a PERCENT (default 4)"
},
"annual_contribution": {
"type": "number",
"description": "Amount invested per year 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