legal_fetch_patent_by_number
Retrieve complete bibliographic patent data, including title, applicants, inventors, classification, publication date, and abstract, by patent number and jurisdiction from EPO and USPTO.
Instructions
Fetch full bibliographic data for a patent by number and jurisdiction. Returns title, applicants, inventors, IPC classification, publication date, and abstract in AI-Ready Markdown. Verified sources: EPO OPS (EP/WO), USPTO PatentsView (US). Token-efficient. Example: fetch_patent_by_number('EP1000000', 'EP') Returns: bibliographic record only — no legal interpretation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patent_number | Yes | ||
| jurisdiction | No | EP |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||