sg_get_provision
Retrieve the text of a specific section from a Singapore Act using its act code and section number.
Instructions
Fetch the text of one numbered section of an act.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| act_code | Yes | SSO's short act code, e.g. ``"CoA1967"`` (Companies Act 1967). | |
| provision_num | Yes | the plain section number, e.g. ``"1"``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| caption | No | ||
| eli_uri | No | ||
| act_code | Yes | ||
| eli_note | No | Singapore has not deployed ELI. eli_uri is the durable SSO act URL (https://sso.agc.gov.sg/Act/{act_code}), keyed on SSO's own short act code - never invented. | |
| source_url | No | ||
| dataset_note | No | Singapore Statutes Online (SSO, sso.agc.gov.sg) is the Attorney-General's Chambers' official portal for Singapore legislation. Singapore has no ELI scheme; eli_uri carries the durable SSO act URL (see eli_note). Discover with sg_list_acts (browse, paginated - SSO's robots.txt disallows /search, so this connector never queries it), then fetch a specific provision or the full text by act_code. | |
| provision_num | Yes | ||
| human_readable_citation | No |