Compound Disease Tools¶
Configuration File: compound_disease_tools.json
Tool Type: Local
Tools Count: 1
This page contains all tools defined in the compound_disease_tools.json configuration file.
Available Tools¶
gather_disease_profile (Type: CompoundDiseaseProfileTool)¶
Gather a comprehensive disease profile from Orphanet, OMIM, DisGeNET, OpenTargets, and OLS in a s…
gather_disease_profile tool specification
Tool Information:
Name:
gather_disease_profileType:
CompoundDiseaseProfileToolDescription: Gather a comprehensive disease profile from Orphanet, OMIM, DisGeNET, OpenTargets, and OLS in a single call. Returns disease identifiers (ORPHA, MIM, EFO, MONDO), associated genes with scores, inheritance pattern, prevalence, and ontology cross-references. Use for disease research requiring multi-database evidence.
Parameters:
disease(string) (required) Disease name (e.g., ‘breast cancer’, ‘cystic fibrosis’, ‘distal renal tubular acidosis’)
Example Usage:
query = {
"name": "gather_disease_profile",
"arguments": {
"disease": "example_value"
}
}
result = tu.run(query)