get_law_text
Retrieve the operative text of a U.S. Code section by citation or title and section. Verify which edition supplies the text to avoid superseded language.
Instructions
Retrieve the operative text of a U.S. Code section. Accepts either a citation string or title+section. Reports which edition supplied the text and how current it is, so superseded language is not mistaken for current law. Pass full=true for the complete section including notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the complete section including notes. Default elides the middle of long sections. | |
| title | No | U.S. Code title number, e.g. "17". | |
| section | No | Section number, e.g. "107" or "1320d-2". | |
| citation | No | Full citation, e.g. "17 U.S.C. § 107". Alternative to title+section. | |
| govinfoApiKey | No | Override the configured govinfo API key. |