legal_fetch_patent_citations
Fetch forward and backward patent citations to map technology lineage. Returns citing and cited patents with titles and dates in markdown format.
Instructions
Fetch forward and backward citations for a patent. Returns lists of citing and cited patents with titles and dates in AI-Ready Markdown. Useful for mapping technology lineage. Verified sources: EPO OPS (EP), USPTO PatentsView (US). Token-efficient. Example: fetch_patent_citations('EP1000000', 'EP') Returns: citation graph data only — no legal interpretation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patent_number | Yes | ||
| jurisdiction | No | EP |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||