resolve_statute_citation
Resolve and verify Bluebook citations to exact legal sections, with official source links. Confirms whether a citation names a real section or is unverified.
Instructions
Resolve a Bluebook citation string to the exact section it names, confirmed against the corpus, with an official source link.
Cost: 2 credits. Charged whether or not the citation resolves, because a confident "this citation does not resolve" is the answer you want when verifying a citation an LLM produced. Only server errors are refunded.
Pass a Bluebook citation as cite:
Federal statute:
42 U.S.C. 1983Federal regulation:
16 C.F.R. 444.1State statute:
Del. Code Ann. tit. 13, 1301
A pinpoint subsection (42 U.S.C. 1983(b)(2)) resolves to the parent section and
is echoed back in subsection. When the citation resolves, section carries the
full metadata (the same shape as /us/statutes/section/{actId}) and resolved is
true. When it does not, resolved is false and section is null: treat
that as "unverified", not "current".
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'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||