Lookup Tax Rule
lookup_tax_ruleLook up verified tax or accounting rules by key, auto-routing to the correct country library for the active company. Returns exact answer, official source URL, and validity period.
Instructions
Look up a verified tax or accounting rule by its key. The system automatically routes to the correct country library (UK or UAE) based on the active company. Use this for ANY question about specific deadlines, thresholds, notice periods, regulatory dates, or rules where being wrong would mislead the user. UK examples: vat-registration-threshold, ct-filing-deadline, mtd-itsa-mandatory-50k, dividend-allowance-2026-27, mileage-rates-2026-27. UAE examples: ct-rates, ct-filing-deadline, vat-rate, free-zone-qfzp, no-personal-income-tax. Returns the exact answer + an official source URL you MUST cite in your reply, and where the rule has a validity period, the dates it applies between. ALWAYS prefer this over stating a rule from memory. For a question about a PAST period, pass as_of so you get the rule that applied then rather than the current one. If you do not know the exact key, call list_tax_rules first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The rule key. Use list_tax_rules to see all available keys for the active company's country. | |
| as_of | No | Optional ISO date (YYYY-MM-DD) the answer must be true for. Pass this whenever the question is about a PAST period - a prior-year return, an old invoice, a historic filing - because rates change and the current rule may not be the one that applied then. The system walks the rule history and returns the version in force on that date, plus the period it applies to. Omit for questions about today. |