Mondo Search Disease
Search the Mondo Disease Ontology for diseases by name or keyword. Mondo unifies disease identifiers across OMIM, Orphanet, DOID, MeSH, ICD-10, NCIT, and other ontologies into a single MONDO ID. Returns matching disease entries with their Mondo IDs, descriptions, and cross-references. Use this to find the Mondo ID for a disease before querying Mondo_get_disease or Mondo_get_disease_phenotypes. Examples: 'Alzheimer' returns MONDO:0004975, 'breast cancer' returns MONDO:0007254, 'diabetes' returns…
Overview
Search the Mondo Disease Ontology for diseases by name or keyword. Mondo unifies disease identifiers across OMIM, Orphanet, DOID, MeSH, ICD-10, NCIT, and other ontologies into a single MONDO ID. Returns matching disease entries with their Mondo IDs, descriptions, and cross-references. Use this to find the Mondo ID for a disease before querying Mondo_get_disease or Mondo_get_disease_phenotypes. Examples: 'Alzheimer' returns MONDO:0004975, 'breast cancer' returns MONDO:0007254, 'diabetes' returns MONDO:0005015.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"description": "Maximum number of results to return (default: 10, max: 50).",
"type": "integer"
},
"query": {
"description": "Disease name or keyword to search. Examples: 'Alzheimer', 'breast cancer', 'type 2 diabetes', 'Parkinson', 'cystic fibrosis', 'sickle cell'.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Mondo Search Disease call
{
"limit": 3,
"query": "BRCA1"
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Mondo_search_disease
- Tool name
- Mondo_search_disease
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse