Get Provision (local module)
get_provisionResolves a specific provision of an Australian Act or instrument by its citation, returning the provision text with provenance from installed local data modules.
Instructions
Deterministic provision lookup over installed local data modules (offline). Resolves a single provision of an Act or instrument by its citable handle (no embedding, no ranking). Returns the provision text with provenance, or a typed not-found result so the router can fall through to live AustLII. Requires @duckdb/node-api and at least one installed module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| act | Yes | Act work identity or citation, e.g. 'Competition and Consumer Act 2010 (Cth)' or a work_id | |
| format | No | json | |
| module | No | Pin a specific module by name; otherwise the best-covering ready module is used | |
| provision | Yes | Citable provision reference, e.g. 's 18', 'sch 2', 'reg 12', 'cl 4(1)' |