civic.get_code_section
Retrieve the text of a Code of Virginia section by citation (e.g., '1-500') when the number is known. Get official text, citation history, and live page link; missing sections return found=False.
Instructions
Get the text of a Code of Virginia section by its citation (e.g. '1-500', '18.2-57'). Direct lookup only โ this is not a full-text search; the caller must already know or have found the section number. Results carry the section's own citation history exactly as published, with a link to the live page. A missing section (repealed, renumbered, or never existed) returns found=False, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| coverage | Yes | ||
| evidence | No | ||
| warnings | No | ||
| resources | No | ||
| _execution | No | ||
| provenance | No | ||
| next_actions | No | ||
| requires_user_choice | No |