get_notes_of_decisions
Retrieves annotated notes of decisions for a legal provision, showing court applications with citing sentences, subsection pinpoints, and treatment signals, grouped and ranked for research.
Instructions
Annotated "Notes of Decisions" for a statute, court rule, constitutional provision, or admin-code section: every citing opinion with its citing sentences (verbatim, with ¶ pinpoints), the SUBSECTION each mention cites, and depth-of-treatment signals — a research view of how courts have applied the provision, grouped and ranked (vs find_opinions_construing's bare list).
Per citing opinion: mentions (in-text occurrence count), construes
(interpretive vocabulary near a mention — heuristic), quotes_provision
(reproduces ≥8 consecutive words of the provision's text),
subsections_cited (parsed pinpoints, oracle-validated against the
provision's structured subsection index where available), the opinion's own
cited-by count, and the provision VERSION in force when it was filed. The
header aggregates a per-subsection citation outline and the provision's
amendment timeline, so notes can be read against text changes.
Signals are heuristic and NON-authoritative — read the returned context (and the full opinion) before relying on any of them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries returned per call (default 20, max 100). | |
| order | No | "weight" (construes > quotes > mentions > cited-by > recency), "recency", or "depth" (mention count). | weight |
| offset | No | Pagination offset into the ordered entry list. | |
| date_to | No | Optional ISO date — only opinions filed on/before. | |
| authority | Yes | e.g. "N.D.C.C. § 14-09-06.2", "N.D.R.Civ.P. 56", "N.D. Const. art. I, § 8", "N.D.A.C. § 75-02-04.1-02". | |
| date_from | No | Optional ISO date — only opinions filed on/after. | |
| scan_limit | No | Max (most-recent) citing opinions scanned (default 300); aggregates cover the scanned set. | |
| subsection | No | Optional pinpoint filter, e.g. "(1)(j)" — only opinions whose mentions cite that subsection (or a child of it). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||