You're viewing a demo portfolio

Join the waitlist
PRSM

get_rates

Active

Tool of OpenAccountants

declared in 1.4.0

Returns the machine-readable annual rates for a given jurisdiction + tax year. Covers federal brackets, Social Security wage base, retirement plan limits (401(k), IRA, HSA), FEIE cap, gift/estate exemptions, 1099-K thresholds, mileage rates, supplemental wage rates, capital gains brackets, CTC. Currently US federal for tax years 2025 and 2026. Use this when the user asks specific dollar amounts that change yearly (e.g. '2025 401(k) limit', 'this year's Social Security wage base').

Parameters schema

{
  "type": "object",
  "required": [
    "jurisdiction",
    "tax_year"
  ],
  "properties": {
    "tax_year": {
      "type": "integer",
      "description": "Tax year (e.g. 2025, 2026)."
    },
    "jurisdiction": {
      "type": "string",
      "description": "Jurisdiction code. Currently only 'US' (US federal) is supported."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

OpenAccountants

https://github.com/openaccountants/openaccountants

2/7 registries
View full server →