get_opinion_tables
Retrieve reconstructed tables from court opinions, including numeric data and text grids, for clean display or parsing.
Instructions
Return the reconstructed data tables in an opinion, structured for reading.
Some opinions contain tables — numeric ones (apportionment counts, tax- redemption schedules, caseload statistics) and, from 2026 ND 34 on, tables whose cells are running text (a grid of case citations) — that flat opinion text renders as a scrambled run of cells. Those tables are reconstructed from a geometry-bearing source and served here structured. The opinion's own text_content carries the same table inline as a fixed-width block under a "[Table N]" anchor; this tool gives you a cleaner rendering for display or parsing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | "markdown" (default), "html", "monospace", or "cells" (raw grid). | markdown |
| citation | Yes | A legal citation like "113 N.W.2d 679" or "1999 ND 226". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||