一定の条件に合致する医薬品、企業、臨床試験、作用機序、または治療標的の対象リストを作成します。個別の項目を分析するのではなく、リストを構築することが目的です。 次のような場合に使用:「Phase 3段階のKRAS G12Cプログラムをすべてリストアップする」のように、まず適切な対象範囲を定義する必要がある場合。 このスキルは基盤的な機能です。医薬品パイプライン(開発中の製品群)全体の動向を分析する必要がある場合は、代わりに「competitive-pipeline(競争力分析)」を使用してください。
Build the scoped list of drugs, companies, trials, mechanisms, or targets matching a set of criteria, without analyzing each one. Use when the job is to define the right set first, for example 'list every Phase 3 KRAS G12C program'. This is a building block: use competitive-pipeline when the landscape should be analyzed rather than listed.
このプリミティブ(基本機能)は、範囲の定義のためのものであり、最終的な出力形式を整えるためではありません。
match_entitysearch_entitiesresearch_landscapefetch_relatedget_financings —— 資金調達基準による列挙用(例:ある領域での最近のシリーズB以上のラウンドの受取企業、または特定の投資家グループが主導したラウンド)以下の項目を含む構造化されたエンティティリストを返す:
このプリミティブは、出力がまだ発見段階(下調べの段階)で、文書に基づいた根拠がない場合、citation_status: unresolved(引用状況:未確定)を返すことが許容されます。
列挙は「どのエンティティが対象範囲に含まれるか」に答えます。しかし、カタログ上の固定的なメタデータではなく、各行がカスタム条件で評価を必要とする質問には答えられません:
enumerate-entitiesは候補の範囲を定義し、synthesize-evidenceがそれを評価します。評価予算が候補セットより小さい場合は、各エンティティあたりの根拠収集を減らすのではなく、列挙の基準を絞り込んでください。
列挙は候補の基盤範囲を定義します。これだけでは包括的な分析を完結させません。
業界動向、パイプライン、ベンチマークセット、戦略マップなど広範な分析では:
search_documents、read_document、および関連するイベント確認を含むドキュメント補強パスを実行するエンティティリストがまだ発見段階のままの場合は、その旨を出力で明示してください。
match_entityを使うmatch_entityを呼ぶ際は、生の企業名をnameに保ち、スポンサー/企業/曖昧性排除テキストはcontextに入れるresearch_landscapeを呼ぶ際は、生の適応症名をindicationに保ち、曖昧性排除テキストはcontextに入れるsearch_entitiesは、基準、フィルター、市場説明によってエンティティを発見または列挙するタスク時に使うget_financingsを直接使用する。自然言語フレーズの場合はsearch_entities("financing", ...)を使う。受取企業側のオントロジー軸(適応症、モダリティ、メカニズム、標的)は、型指定されたget_financingsパラメータとして公開されていない場合でも、search_entities("financing", ...)を通じて到達可能であるsearch_entitiesとドキュメント補強パスで追跡する範囲が確定したら、aggregate_records(entity_type=X, query="...grouped by Y")で「各グループに何件あるか」に答え、完全な列挙をページングしなくて済みます。これを下流のスキルが該当セットを使う前の健全性チェックとして活用してください。
This primitive is for scope definition, not final deliverable formatting.
match_entitysearch_entitiesresearch_landscapefetch_relatedget_financings for financing-criterion enumeration (e.g., recipients of recent Series B+ rounds in a space, or rounds led by a specific investor set)Return a structured entity list with:
This primitive is allowed to return citation_status: unresolved when the output is still discovery scaffolding rather than document-backed evidence.
Enumeration answers "which entities are in scope". It does not answer questions that require per-row evaluation against custom criteria rather than catalog metadata:
enumerate-entities defines the candidate universe; synthesize-evidence evaluates it. When the universe is larger than the evaluation budget, narrow the enumeration criteria rather than reducing the evidence gathered per entity.
Enumeration defines the baseline universe. It does not, by itself, complete a master analysis.
For broad analyses such as landscapes, pipelines, benchmark sets, or strategic maps:
search_documents, read_document, and relevant event checksIf the entity list is still only discovery scaffolding, keep that explicit in the output.
match_entity when the task starts from one known entity name and you need the canonical Maven entity.match_entity, keep the raw entity name in name and put sponsor/company/disambiguating text in context.research_landscape, keep the raw indication name in indication and put extra disambiguating text in context.search_entities when the task is to discover or enumerate entities by criteria, filters, or market description.get_financings directly when the question is structured (recipient / investor / type / value / date), or search_entities("financing", ...) when the question is a natural-language phrasing. The recipient-side ontology axes (indication, modality, mechanism, target) are reachable through search_entities("financing", ...) even when not exposed as typed get_financings params.search_entities and a document augmentation pass.Once a universe is scoped, aggregate_records(entity_type=X, query="...grouped by Y") answers "how many in each bucket" without paginating the full enumeration. Use it as a sanity check on the size and shape of the enumerated set before downstream skills consume it.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。