query_landscape
Fetch the asset-anchored competitive landscape for a project — comparable trials, competing programs, sponsor activity, and biomarker overlap. Sourced from CT.gov + FDA + PhaseFolio's curated enrichment. Use when an analysis question asks 'who else is working on this?' or 'what's the competitive context?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project to anchor the landscape on. Indication × modality × biomarker filters derive from the project. | |
| phase_filter | Yes | Optional list of clinical phases to include (e.g. ['PHASE2','PHASE3']). Empty array means all phases. | |
| recency_years | Yes | How many years back to look (1–50). Defaults to 10 — broad enough to catch development-stage peers without polluting with stale failures. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Asset-anchored landscape payload: kpis (sponsor counts, trial counts, etc.), comparable_trials[] (NCT-keyed), competing_programs[], biomarker_overlap. Filtered by the project's indication × modality × biomarker. |