Trial¶
Use trial commands to search and inspect clinical studies with oncology-focused filters.
Trial command model¶
search trialfinds candidate studies.get trial <NCT_ID>retrieves a specific study.- positional sections expand details.
Search trials (default source)¶
ClinicalTrials.gov is the default source.
Add intervention and phase filters:
Add biomarker filters:
biomcp search trial -c melanoma --mutation "BRAF V600E" --limit 5
biomcp search trial -c melanoma --biomarker BRAF --limit 5
Geographic filtering:
When geo filters are set, the search query summary includes lat, lon, and distance.
Prior-therapy filters:
biomcp search trial -c melanoma --prior-therapies platinum --limit 5
biomcp search trial -c melanoma --line-of-therapy 2L --limit 5
Search trials (NCI source)¶
Use NCI CTS when needed:
For higher limits/reliability, set NCI_API_KEY.
Get a trial by NCT ID¶
The default response summarizes title, status, condition context, and source metadata.
Request trial sections¶
Eligibility:
Locations:
Outcomes:
Arms/interventions:
References:
All sections where supported:
Downloaded text and cache¶
Large text blocks (for example, eligibility text) are cached in the BioMCP download area. This keeps repeated lookups responsive.
JSON mode¶
Trial matching tips¶
- Start broad on condition, then add intervention and biomarker filters.
- Keep limits low while tuning search criteria.
- Use
eligibilitysection only when you need raw criteria text.