Get Case Citation Network
citations_networkMap and analyze all legal citations within UK judgments to identify referenced cases, legislation, statutory instruments, and EU law for comprehensive legal research.
Instructions
Map all citations within a judgment — cases cited, legislation referenced, SIs, EU law.
Fetches the judgment XML from TNA and parses all OSCOLA citations within it. Returns citations grouped by type for easy analysis. Each bucket is de-duplicated and sorted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | CitationsNetworkInput with case_uri (TNA slug, e.g. 'uksc/2024/12'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_uri | Yes | The judgment URI that was fetched and parsed | |
| neutral_citations | No | Neutral citations referenced, e.g. '[2020] UKSC 14' | |
| legislation_refs | No | Legislation section references, e.g. 's.47 Companies Act 2006' | |
| si_refs | No | Statutory Instrument references, e.g. 'SI 2018/1234' | |
| eu_refs | No | Retained EU law references, e.g. 'Regulation (EU) 2016/679' | |
| law_report_refs | No | Law report citations, e.g. '[2020] 1 WLR 100' | |
| total_citations | Yes | Sum of all de-duplicated citations across every bucket |