tax_bracket
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Progressive Tax Calculator — Total tax, effective and marginal rate from a marginal bracket table.
Parameters schema
{
"type": "object",
"required": [
"income",
"brackets"
],
"properties": {
"income": {
"type": "number",
"description": "Taxable income"
},
"brackets": {
"type": "array",
"description": "Marginal brackets: [{up_to: number|null, rate: decimal}, ...]"
}
},
"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