update_tax_setting
Update tax settings for financial reporting with Norman Finance MCP Server. Modify tax types, VAT percentages, reporting frequencies, and start dates. Always preview tax reports before submission.
Instructions
Update a tax setting. Always generate a preview of the tax report @generate_finanzamt_preview before submitting it to the Finanzamt.
Args:
setting_id: Public ID of the tax setting to update
tax_type: Type of tax (e.g. "sales")
vat_type: VAT type (e.g. "vat_subject")
vat_percent: VAT percentage
start_tax_report_date: Start date for tax reporting (YYYY-MM-DD)
reporting_frequency: Frequency of reporting (e.g. "monthly")
Returns:
Updated tax settingInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reporting_frequency | No | ||
| setting_id | Yes | ||
| start_tax_report_date | No | ||
| tax_type | No | ||
| vat_percent | No | ||
| vat_type | No |