disease_names
ActiveTool of mcp-clinicaltables
"UMLS code for [disease]" / "clinical name for rare disease [X]" / "look up a syndrome by name" / "find CUI for [condition]" — search the NLM Disease Names vocabulary (UMLS-derived, broader than `conditions`; includes rare diseases, syndromes, clinical terminology, ~12k entries). Returns UMLS CUIs (e.g., C0011860) plus canonical names. Use when you need clinical-grade vocabulary linkage rather than patient-friendly labels.
Parameters schema
{
"type": "object",
"required": [
"terms"
],
"properties": {
"df": {
"type": "string",
"description": "Comma-separated display fields to use in the `displays` array. Default varies per table; usually the canonical name."
},
"ef": {
"type": "string",
"description": "Comma-separated extra fields to include per match. Field names vary per table; check NLM docs at clinicaltables.nlm.nih.gov."
},
"count": {
"type": "number",
"default": 7,
"maximum": 500,
"minimum": 1,
"description": "Maximum matches to return. Default 7, max 500. Use 1–3 for typeahead UX, 20–50 for browsing."
},
"terms": {
"type": "string",
"description": "Search query — prefix/contains match against canonical names. Whitespace-split into AND tokens. Example: \"amyotrophic lateral sclerosis\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-clinicaltables
https://github.com/pipeworx-io/mcp-clinicaltables
2/7 registries