Back to catalog
Cortexa research tool·clinical·medlineplus
MedlinePlus Get Genetics Condition By Name
Get detailed information from MedlinePlus Genetics corresponding to genetic condition name. Returns XML data parsed into a dictionary with condition description, related genes, synonyms, and other details.
Livelast probed 2026-05-01 01:00Z· 976msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 976ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"condition": {
"description": "URL slug of genetic condition, e.g., \"alzheimer-disease\", must match MedlinePlus page path.",
"type": "string"
},
"format": {
"default": "json",
"description": "Format parameter for the endpoint (note: API always returns XML regardless of this parameter).",
"enum": [
"json",
"xml"
],
"type": "string"
}
},
"required": [
"condition"
],
"type": "object"
}Examples (1)
Default MedlinePlus Get Genetics Condition By Name call
public-safeinput
{
"condition": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MedlinePlus_get_genetics_condition_by_name
- Tool name
- MedlinePlus_get_genetics_condition_by_name
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse