EPC/PCT Legal Search Skill
Hybrid RAG search across the European Patent Convention (EPC), EPO Guidelines for Examination, and PCT Rules for patent law research.
When to Use
Invoke this skill when users ask to:
- Find EPC articles or rules on a specific topic
- Search EPO Guidelines for Examination
- Look up PCT rules or Administrative Instructions
- Compare EPC requirements with USPTO/MPEP practice
- Research EPO Board of Appeal case law principles
- Understand European patent prosecution procedure
- Find legal basis for EPO examination objections
What This Skill Does
Provides legal research across European and international patent law:
EPC Search (European Patent Convention):
- Articles 1-178 EPC
- Rules 1-167 EPC (Implementing Regulations)
- Protocol on Interpretation of Art. 69 EPC
- Protocol on Centralisation
- Protocol on Privileges and Immunities
EPO Guidelines Search (Guidelines for Examination):
- Part A: Guidelines for Formalities Examination
- Part B: Guidelines for Search
- Part C: Guidelines for Procedural Aspects of Substantive Examination
- Part D: Guidelines for Opposition and Limitation/Revocation
- Part E: Guidelines for General Procedural Matters
- Part F: Guidelines for Substantive Examination (The Patent Application)
- Part G: Guidelines for Patentability
- Part H: Guidelines for Amendments and Corrections
PCT Rules Search (Patent Cooperation Treaty):
- PCT Articles 1-69
- PCT Rules 1-96 (Regulations under the PCT)
- Administrative Instructions under the PCT
- WIPO Standards (ST.25, ST.26, ST.36)
Cross-Jurisdiction Comparison:
- EPC vs 35 USC mapping
- EPO Guidelines vs MPEP equivalents
- PCT requirements vs national requirements
Required Data
MCP Tools Available:
search_patent_law - Search EPC, EPO Guidelines, PCT rules with jurisdiction parameter
search_mpep - Search MPEP/35 USC/37 CFR for comparison
How to Use
When this skill is invoked:
Determine jurisdiction:
- EPO: search EPC articles/rules and EPO Guidelines
- PCT: search PCT articles/rules and Administrative Instructions
- Both: search across all sources
- Comparison: search EPO + USPTO sources
Execute search:
EPC/EPO Guidelines search:
results = search_patent_law(
query="claim clarity requirements",
jurisdiction="EPO",
top_k=5
)
PCT rules search:
results = search_patent_law(
query="unity of invention",
jurisdiction="PCT",
top_k=5
)
Cross-jurisdiction comparison:
epo_results = search_patent_law(query="sufficiency of disclosure", jurisdiction="EPO")
us_results = search_mpep(query="enablement requirement")
Present results:
- Show relevant provisions with full text
- Provide article/rule numbers and section references
- Include EPO Guidelines commentary
- Note practical implications for prosecution
Key EPC Provisions Reference
Patentability
| Article |
Topic |
Description |
| Art. 52 |
Patentable inventions |
What can be patented |
| Art. 52(2) |
Exclusions |
Discoveries, theories, programs "as such" |
| Art. 53 |
Exceptions |
Morality, plant/animal varieties, medical methods |
| Art. 54 |
Novelty |
Absolute novelty, no grace period |
| Art. 55 |
Non-prejudicial disclosures |
6-month grace for abuse or exhibitions |
| Art. 56 |
Inventive step |
Problem-solution approach |
| Art. 57 |
Industrial applicability |
Capable of industrial application |
The Patent Application
| Article/Rule |
Topic |
Description |
| Art. 78 |
Requirements |
What an EP application must contain |
| Art. 83 |
Disclosure |
Sufficiency of disclosure |
| Art. 84 |
Claims |
Clarity, conciseness, support |
| Rule 42 |
Description |
Content and form of description |
| Rule 43 |
Claims |
Two-part form, numbering, categories |
| Rule 46 |
Drawings |
Form and content requirements |
| Rule 47 |
Abstract |
Max 150 words, figure designation |
Examination Procedure
| Article |
Topic |
Description |
| Art. 90 |
Formalities examination |
Initial formality check |
| Art. 92 |
European search |
Search report |
| Art. 94 |
Substantive examination |
Examination on request |
| Art. 97 |
Grant/refusal |
Decision on application |
| Art. 99 |
Opposition |
9-month opposition period |
Key PCT Rules Reference
Application Requirements
| Rule |
Topic |
Description |
| Rule 4 |
The request |
Form PCT/RO/101 contents |
| Rule 5 |
The description |
Required sections and order |
| Rule 6 |
The claims |
Numbering, form, categories |
| Rule 8 |
The abstract |
Max 150 words, figure |
| Rule 11 |
Physical requirements |
Paper, margins, fonts |
| Rule 12 |
Language |
Accepted languages |
Unity and Search
| Rule |
Topic |
Description |
| Rule 13 |
Unity of invention |
Single general inventive concept |
| Rule 33 |
Relevant prior art |
ISA search scope |
| Rule 39 |
Subject matter not searched |
Excluded from ISA search |
| Rule 43bis |
International search report |
Written opinion of ISA |
National Phase
| Rule |
Topic |
Description |
| Rule 49 |
Physical requirements |
National phase format |
| Rule 49.6 |
Translation |
Language requirements |
| Rule 51bis |
Certain national requirements |
National law compliance |
EPO Guidelines Structure
Part A: Formalities Examination
├── Chapter I: Checking the application on filing
├── Chapter II: Filing and examination for formalities
├── Chapter III: Special cases (divisionals, PCT)
└── Chapter IV: Designation of inventor
Part F: The Patent Application
├── Chapter I: Description
├── Chapter II: Claims (MOST COMMONLY SEARCHED)
│ ├── F-IV, 2: Independent claims
│ ├── F-IV, 3: Two-part form
│ ├── F-IV, 4: Clarity
│ ├── F-IV, 6: Support by description
│ └── F-IV, 7: Dependent claims
├── Chapter III: Sufficiency of disclosure
├── Chapter V: Abstract
└── Chapter VI: Drawings
Part G: Patentability
├── Chapter I: Excluded subject matter
├── Chapter II: Non-technical subject matter
├── Chapter III: Novelty
├── Chapter V: Non-prejudicial disclosures
├── Chapter VI: Inventive step (problem-solution)
└── Chapter VII: Inventive step (combinability)
Presentation Format
Present search results as:
EPC/EPO LEGAL RESEARCH RESULTS
=================================
Query: "claim clarity requirements"
Jurisdiction: EPO (EPC + Guidelines)
[1] Art. 84 EPC - The Claims
"The claims shall define the matter for which protection
is sought. They shall be clear, concise and be supported
by the description."
EPO Guidelines F-IV, 4 - Clarity
"Each claim should be read giving the words the meaning
and scope which they normally have in the relevant art..."
Key Points:
- Claims must be clear on their own (not by reference to spec)
- Technical terms given their normal meaning in the art
- Relative terms need objective reference point
- Functional features must be verifiable
[2] Rule 43(1) EPC - Form and content of claims
"...shall contain: (a) a statement indicating the designation
of the subject-matter and those technical features necessary
for the definition... (preamble); and (b) a characterising
portion preceded by 'characterised in that'..."
EPO Guidelines F-IV, 3.2 - Two-part form
"Independent claims should normally be in the two-part form..."
---
Related MPEP Comparison:
- MPEP 2173: Claims Must Particularly Point Out and Distinctly Claim
- 35 USC 112(b): Equivalent US clarity requirement
- Key difference: EPO applies stricter objective clarity standard
Cross-Jurisdiction Mapping
| EPO (EPC) |
USPTO (35 USC) |
PCT |
| Art. 54 (Novelty) |
35 USC 102 |
Art. 33(2) |
| Art. 56 (Inventive step) |
35 USC 103 |
Art. 33(3) |
| Art. 83 (Sufficiency) |
35 USC 112(a) Enablement |
Rule 5.1(a)(v) |
| Art. 84 (Clarity) |
35 USC 112(b) |
Rule 6.1 |
| Art. 84 (Support) |
35 USC 112(a) Written desc. |
Rule 6.1 |
| Rule 42 (Description) |
MPEP 608 |
Rule 5 |
| Rule 43 (Claims) |
37 CFR 1.75 |
Rule 6 |
| Rule 47 (Abstract) |
37 CFR 1.72 |
Rule 8 |
| Art. 52(2) (Exclusions) |
35 USC 101 |
N/A |
| Art. 53(c) (Medical methods) |
N/A (allowed in US) |
N/A |
Tools Available
- Read: To load legal documents
- Bash: To run legal search queries
- Write: To save research results and legal memoranda
1---2name: epc-search3description: RAG search across EPC provisions, EPO Guidelines for Examination, and PCT rules for European and international patent law research4---5
6# EPC/PCT Legal Search Skill
7
8Hybrid RAG search across the European Patent Convention (EPC), EPO Guidelines for Examination, and PCT Rules for patent law research.
9
10## When to Use
11
12Invoke this skill when users ask to:
13- Find EPC articles or rules on a specific topic
14- Search EPO Guidelines for Examination
15- Look up PCT rules or Administrative Instructions
16- Compare EPC requirements with USPTO/MPEP practice
17- Research EPO Board of Appeal case law principles
18- Understand European patent prosecution procedure
19- Find legal basis for EPO examination objections
20
21## What This Skill Does
22
23Provides legal research across European and international patent law:
24
251. **EPC Search** (European Patent Convention):
26 - Articles 1-178 EPC
27 - Rules 1-167 EPC (Implementing Regulations)
28 - Protocol on Interpretation of Art. 69 EPC
29 - Protocol on Centralisation
30 - Protocol on Privileges and Immunities
31
322. **EPO Guidelines Search** (Guidelines for Examination):
33 - Part A: Guidelines for Formalities Examination
34 - Part B: Guidelines for Search
35 - Part C: Guidelines for Procedural Aspects of Substantive Examination
36 - Part D: Guidelines for Opposition and Limitation/Revocation
37 - Part E: Guidelines for General Procedural Matters
38 - Part F: Guidelines for Substantive Examination (The Patent Application)
39 - Part G: Guidelines for Patentability
40 - Part H: Guidelines for Amendments and Corrections
41
423. **PCT Rules Search** (Patent Cooperation Treaty):
43 - PCT Articles 1-69
44 - PCT Rules 1-96 (Regulations under the PCT)
45 - Administrative Instructions under the PCT
46 - WIPO Standards (ST.25, ST.26, ST.36)
47
484. **Cross-Jurisdiction Comparison**:
49 - EPC vs 35 USC mapping
50 - EPO Guidelines vs MPEP equivalents
51 - PCT requirements vs national requirements
52
53## Required Data
54
55**MCP Tools Available**:
56- `search_patent_law` - Search EPC, EPO Guidelines, PCT rules with jurisdiction parameter
57- `search_mpep` - Search MPEP/35 USC/37 CFR for comparison
58
59## How to Use
60
61When this skill is invoked:
62
631. **Determine jurisdiction**:
64 - EPO: search EPC articles/rules and EPO Guidelines
65 - PCT: search PCT articles/rules and Administrative Instructions
66 - Both: search across all sources
67 - Comparison: search EPO + USPTO sources
68
692. **Execute search**:
70
71 **EPC/EPO Guidelines search**:
72 ```python
73 results = search_patent_law(
74 query="claim clarity requirements",
75 jurisdiction="EPO",
76 top_k=5
77 )
78 ```
79
80 **PCT rules search**:
81 ```python
82 results = search_patent_law(
83 query="unity of invention",
84 jurisdiction="PCT",
85 top_k=5
86 )
87 ```
88
89 **Cross-jurisdiction comparison**:
90 ```python
91 epo_results = search_patent_law(query="sufficiency of disclosure", jurisdiction="EPO")
92 us_results = search_mpep(query="enablement requirement")
93 ```
94
953. **Present results**:
96 - Show relevant provisions with full text
97 - Provide article/rule numbers and section references
98 - Include EPO Guidelines commentary
99 - Note practical implications for prosecution
100
101## Key EPC Provisions Reference
102
103### Patentability
104
105| Article | Topic | Description |
106|---------|-------|-------------|
107| Art. 52 | Patentable inventions | What can be patented |
108| Art. 52(2) | Exclusions | Discoveries, theories, programs "as such" |
109| Art. 53 | Exceptions | Morality, plant/animal varieties, medical methods |
110| Art. 54 | Novelty | Absolute novelty, no grace period |
111| Art. 55 | Non-prejudicial disclosures | 6-month grace for abuse or exhibitions |
112| Art. 56 | Inventive step | Problem-solution approach |
113| Art. 57 | Industrial applicability | Capable of industrial application |
114
115### The Patent Application
116
117| Article/Rule | Topic | Description |
118|-------------|-------|-------------|
119| Art. 78 | Requirements | What an EP application must contain |
120| Art. 83 | Disclosure | Sufficiency of disclosure |
121| Art. 84 | Claims | Clarity, conciseness, support |
122| Rule 42 | Description | Content and form of description |
123| Rule 43 | Claims | Two-part form, numbering, categories |
124| Rule 46 | Drawings | Form and content requirements |
125| Rule 47 | Abstract | Max 150 words, figure designation |
126
127### Examination Procedure
128
129| Article | Topic | Description |
130|---------|-------|-------------|
131| Art. 90 | Formalities examination | Initial formality check |
132| Art. 92 | European search | Search report |
133| Art. 94 | Substantive examination | Examination on request |
134| Art. 97 | Grant/refusal | Decision on application |
135| Art. 99 | Opposition | 9-month opposition period |
136
137## Key PCT Rules Reference
138
139### Application Requirements
140
141| Rule | Topic | Description |
142|------|-------|-------------|
143| Rule 4 | The request | Form PCT/RO/101 contents |
144| Rule 5 | The description | Required sections and order |
145| Rule 6 | The claims | Numbering, form, categories |
146| Rule 8 | The abstract | Max 150 words, figure |
147| Rule 11 | Physical requirements | Paper, margins, fonts |
148| Rule 12 | Language | Accepted languages |
149
150### Unity and Search
151
152| Rule | Topic | Description |
153|------|-------|-------------|
154| Rule 13 | Unity of invention | Single general inventive concept |
155| Rule 33 | Relevant prior art | ISA search scope |
156| Rule 39 | Subject matter not searched | Excluded from ISA search |
157| Rule 43bis | International search report | Written opinion of ISA |
158
159### National Phase
160
161| Rule | Topic | Description |
162|------|-------|-------------|
163| Rule 49 | Physical requirements | National phase format |
164| Rule 49.6 | Translation | Language requirements |
165| Rule 51bis | Certain national requirements | National law compliance |
166
167## EPO Guidelines Structure
168
169```
170Part A: Formalities Examination
171├── Chapter I: Checking the application on filing
172├── Chapter II: Filing and examination for formalities
173├── Chapter III: Special cases (divisionals, PCT)
174└── Chapter IV: Designation of inventor
175
176Part F: The Patent Application
177├── Chapter I: Description
178├── Chapter II: Claims (MOST COMMONLY SEARCHED)
179│ ├── F-IV, 2: Independent claims
180│ ├── F-IV, 3: Two-part form
181│ ├── F-IV, 4: Clarity
182│ ├── F-IV, 6: Support by description
183│ └── F-IV, 7: Dependent claims
184├── Chapter III: Sufficiency of disclosure
185├── Chapter V: Abstract
186└── Chapter VI: Drawings
187
188Part G: Patentability
189├── Chapter I: Excluded subject matter
190├── Chapter II: Non-technical subject matter
191├── Chapter III: Novelty
192├── Chapter V: Non-prejudicial disclosures
193├── Chapter VI: Inventive step (problem-solution)
194└── Chapter VII: Inventive step (combinability)
195```
196
197## Presentation Format
198
199Present search results as:
200
201```
202EPC/EPO LEGAL RESEARCH RESULTS
203=================================
204
205Query: "claim clarity requirements"
206Jurisdiction: EPO (EPC + Guidelines)
207
208[1] Art. 84 EPC - The Claims
209 "The claims shall define the matter for which protection
210 is sought. They shall be clear, concise and be supported
211 by the description."
212
213 EPO Guidelines F-IV, 4 - Clarity
214 "Each claim should be read giving the words the meaning
215 and scope which they normally have in the relevant art..."
216
217 Key Points:
218 - Claims must be clear on their own (not by reference to spec)
219 - Technical terms given their normal meaning in the art
220 - Relative terms need objective reference point
221 - Functional features must be verifiable
222
223[2] Rule 43(1) EPC - Form and content of claims
224 "...shall contain: (a) a statement indicating the designation
225 of the subject-matter and those technical features necessary
226 for the definition... (preamble); and (b) a characterising
227 portion preceded by 'characterised in that'..."
228
229 EPO Guidelines F-IV, 3.2 - Two-part form
230 "Independent claims should normally be in the two-part form..."
231
232---
233
234Related MPEP Comparison:
235- MPEP 2173: Claims Must Particularly Point Out and Distinctly Claim
236- 35 USC 112(b): Equivalent US clarity requirement
237- Key difference: EPO applies stricter objective clarity standard
238```
239
240## Cross-Jurisdiction Mapping
241
242| EPO (EPC) | USPTO (35 USC) | PCT |
243|-----------|----------------|-----|
244| Art. 54 (Novelty) | 35 USC 102 | Art. 33(2) |
245| Art. 56 (Inventive step) | 35 USC 103 | Art. 33(3) |
246| Art. 83 (Sufficiency) | 35 USC 112(a) Enablement | Rule 5.1(a)(v) |
247| Art. 84 (Clarity) | 35 USC 112(b) | Rule 6.1 |
248| Art. 84 (Support) | 35 USC 112(a) Written desc. | Rule 6.1 |
249| Rule 42 (Description) | MPEP 608 | Rule 5 |
250| Rule 43 (Claims) | 37 CFR 1.75 | Rule 6 |
251| Rule 47 (Abstract) | 37 CFR 1.72 | Rule 8 |
252| Art. 52(2) (Exclusions) | 35 USC 101 | N/A |
253| Art. 53(c) (Medical methods) | N/A (allowed in US) | N/A |
254
255## Tools Available
256
257- **Read**: To load legal documents
258- **Bash**: To run legal search queries
259- **Write**: To save research results and legal memoranda