legal_fetch_patent_citations
Retrieve citing and cited patents for a specific patent to build a prior art citation chain. Accepts EPODOC format patent numbers with optional jurisdiction hint.
Instructions
Fetch forward and backward citation chains for a specific patent. Read-only. No side effects. Idempotent. patent_number: Patent number in EPODOC format e.g. EP1000000 for European, CN120586032 for Chinese, JP2020123456 for Japanese, WO2020123456 for PCT, US10000000 for US. Required. jurisdiction: Optional hint — one of EP, US, WO, CN, JP, KR, etc. Default EP. The tool normalises the patent number automatically; passing CN120586032 with jurisdiction EP is valid. Returns citing patents (forward citations) and cited patents (backward citations) with filing dates and titles. Use this when building a prior art citation chain for a specific patent you already have. Use legal_search_patents_by_keyword instead when you need to find patents by topic not by citation. Verified source: EPO OPS. 24-hour cache. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="legal_fetch_patent_citations", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patent_number | Yes | Patent number e.g. EP3456789 or US10123456. Required. | |
| jurisdiction | No | Patent office code: EP, US, WO. Default EP. Optional. | EP |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||