Estimate IRS penalties and interest
estimate_irs_penaltyUse to estimate selected federal failure-to-file, failure-to-pay, and underpayment amounts from nonidentifying figures. The result is an estimate and does not replace an IRS account transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| months_late | Yes | Whole months past the deadline. The failure-to-file penalty counts any part of a month as a full month. | |
| return_filed | No | Whether you actually FILED the return (even if you did not pay). If false, the larger 5%/month failure-to-file penalty applies. Defaults to false (not filed). | |
| balance_owed_usd | Yes | The unpaid tax balance (the tax itself, before penalties and interest). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relay | Yes | Instruction to the calling assistant: relay figures and dates verbatim (identical on every response). | |
| next_step | Yes | A single review link appropriate to this server surface. | |
| disclaimer | Yes | General-information disclaimer (identical on every response). | |
| source_url | Yes | Official IRS or FinCEN authority to review before relying on the result. | |
| server_version | No | Server release that produced this response (matches GET /version). |