工具 API
nci_ intervention_ searcher
Search for interventions in the NCI Clinical Trials database. Searches the National Cancer Institute's curated database of interventions used in cancer clinical trials. This includes: - FDA-approved drugs - Investigational agents - Medical devices - Surgical procedures - Radiation therapies - Behavioral interventions Requires NCI API key from: https://clinicaltrialsapi.cancer.gov/ Example usage: - Find all trials using pembrolizumab - Search for CAR-T cell therapies - List radiation therapy protocols - Find dietary interventions
调用信息
- 工具标识
- biomcp.nci_intervention_searcher
- 服务提供方
- 生物医学研究
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
nameIntervention name to search for (e.g., 'pembrolizumab')
intervention_typeType of intervention: 'Drug', 'Device', 'Biological', 'Procedure', 'Radiation', 'Behavioral', 'Genetic', 'Dietary', 'Other'
synonymsInclude synonym matches in search
api_keyNCI API key. Check if user mentioned 'my NCI API key is...' in their message. If not provided here and no env var is set, user will be prompted to provide one.
pagePage number (1-based)
page_sizeResults per page. If not specified, returns all matching results.