find_similar_patents
Find patents similar to a known patent or a text description. Supports prior art and infringement searches with optional date, country, and strategy filters.
Instructions
既存特許または自由文に似た特許を探す(先行技術調査・侵害調査向け)。
使い分け:
- 既存の特許を起点にする場合は publication_number を渡す
- 未出願のアイデアや請求項案から探す場合は text を渡す
- 両方渡すと、その特許の周辺をテキストの観点で絞り込む
結果の各件には「どの手法でヒットしたか」が付くので、
提供元の類似判定によるものか、意味検索によるものかを区別できる。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | 発明の説明・請求項の草案・技術課題などの自由文。まだ出願していないアイデアの先行技術を探すときはこちらを使う。文が具体的で長いほど精度が上がる。 | |
| after | No | この日付以降(YYYY-MM-DD) | |
| limit | No | 取得件数 | |
| before | No | この日付以前(YYYY-MM-DD)。先行技術調査では自分の出願日を指定すると効く。 | |
| country | No | 国コードで絞り込む(例: ["JP"]) | |
| provider | No | 使用するデータソース | |
| strategy | No | auto: 提供元の類似文献リストと意味検索を統合(既定)/ provider_similar: 提供元の類似文献リストのみ / semantic: テキストの意味検索のみ / classification: 起点特許と同じ特許分類から探す | auto |
| date_field | No | after/before の基準日 | priority |
| output_format | No | markdown(既定)または json | markdown |
| exclude_family | No | 起点特許と同じパテントファミリーを除外する | |
| publication_number | No | 起点にする特許の公開番号(例: JP2020123456A)。この特許に似た特許を探す。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |