VAT calculator
vat_calculatorAdd VAT to a net amount or remove it from a gross amount. Runs on smart-tools.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | Yes | VAT rate, percent | |
| amount | Yes | The amount | |
| locale | No | Language for the source_url link (default en) | |
| direction | No | add: amount is net → gross; remove: amount is gross → net (default add) |