action vatapi_vat_rates { label: "Retrieve all current EU VAT rates" provider: vatapi method: GET path: "/vat-rates" encoding: json input: { type: "object" properties: { "Response-Type": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }