Resolve Statute Citation
resolve_statute_citationResolve a Bluebook statute citation to the exact section, confirmed official source link, and act_id. Use when a citation string is provided instead of a natural-language question.
Instructions
Resolve a Bluebook citation string ('42 U.S.C. 1983', '16 C.F.R. 444.1', 'Cal. Code Regs. tit. 22, 76227') to the exact section, confirmed, with an official source link and the act_id. Use this whenever the user gives you a citation rather than a question -- it is far more reliable than searching for the citation text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cite | Yes | A Bluebook citation string, e.g. '42 U.S.C. 1983' or '16 C.F.R. 444.1'. | |
| state | No | Optional 2-letter jurisdiction to resolve WITHIN, e.g. `tx`. Some citation forms are shared: `8 CCR 1206-2` is Colorado and `22 CCR 76227` is California. A constraint, not a hint: a citation naming a different jurisdiction returns `resolved: false` rather than being forced into this one. | |
| corpusType | No | Optional corpus to resolve WITHIN: `STATE`, `REGULATION`, `STATE_RULES`, `CONSTITUTION`, `STATE_CONSTITUTION`. Narrows a citation whose form several corpora share; like `state`, a citation belonging to another corpus resolves to nothing instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||