Back to catalog
Cortexa research tool·genomics·mydisease
MyDisease Search Diseases
Search for diseases by keyword in MyDisease.info, a BioThings aggregator combining data from MONDO, Disease Ontology, CTD, HPO, and DisGeNET. Returns matching disease identifiers with names and basic annotations. Useful for finding disease IDs from free-text names. Example: searching 'breast cancer' returns 45 hits including MONDO:0004438 (sporadic breast cancer), MONDO:0006512 (ER+ breast cancer), MONDO:0006513 (ER- breast cancer). Searching 'melanoma' returns 104 hits.
Livelast probed 2026-04-30 23:07Z· 101msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 101ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"fields": {
"description": "Comma-separated list of fields to include in results. Default: 'mondo.label,disease_ontology.name,disease_ontology.doid,hpo.disease_name'. Use 'all' for everything.",
"type": "string"
},
"query": {
"description": "Search query. Can be disease name (e.g., 'breast cancer', 'melanoma', 'diabetes'), gene symbol (e.g., 'BRCA1'), or ontology term. Supports boolean operators: AND, OR, NOT.",
"type": "string"
},
"size": {
"default": 10,
"description": "Maximum number of results to return (default 10, max 100).",
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default MyDisease Search Diseases call
public-safeinput
{
"query": "BRCA1",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MyDisease_search_diseases
- Tool name
- MyDisease_search_diseases
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse