nz_gst_calculator
Add or remove New Zealand GST (15%) from a dollar amount.
Use this tool for ANY question about NZ GST: adding GST to a pre-tax price,
extracting GST content from a GST-inclusive total, reverse-calculating GST,
or checking GST on invoices and quotes.
Common use cases: 'what's $500 plus GST', 'how much GST is in a $230 total',
'remove GST from $1,150', 'calculate GST on a tradie invoice'.
Args:
amount: Dollar amount in NZD.
mode: 'add' treats amount as GST-exclusive (price before GST);
'remove' treats amount as GST-inclusive (total price including GST).
Default 'add'.
gst_rate: GST rate as decimal. Default 0.15 (NZ standard since 2010).
Historical NZ rates: 0.125 (1989-2010), 0.10 (1986-1989).
Use 0.10 for Australian GST comparisons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | add | |
| amount | Yes | ||
| gst_rate | No |