GST Calculator
calculate_gstCalculate GST on a transaction using either GST-exclusive or GST-inclusive amounts, with Alberta's 5% rate applied.
Instructions
Calculate GST on a transaction. Can work from GST-exclusive or GST-inclusive amounts. Alberta rate is 5% (no PST/HST).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The transaction amount ($) | |
| is_inclusive | No | Is the amount GST-inclusive? (true = extract GST from total) |