Back to catalog
Cortexa research tool·genomics·umls
Umls Get Concept Details
Get detailed information about a UMLS concept by its CUI (Concept Unique Identifier). Returns concept details, atoms, definitions, relations, and mappings to other terminologies. Requires free UMLS API key (register at https://uts.nlm.nih.gov/uts/). Set UMLS_API_KEY environment variable.
Livelast probed 2026-04-30 23:07Z· 87msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 87ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cui": {
"description": "UMLS Concept Unique Identifier (CUI, e.g., 'C0004096')",
"type": "string"
},
"pageNumber": {
"default": 1,
"description": "Page number for pagination (default: 1)",
"type": "integer"
},
"pageSize": {
"default": 25,
"description": "Number of results per page (default: 25)",
"type": "integer"
}
},
"required": [
"cui"
],
"required_api_keys": [
"UMLS_API_KEY"
],
"type": "object"
}Examples (1)
Default Umls Get Concept Details call
public-safeinput
{
"cui": "",
"pageNumber": 1,
"pageSize": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_umls_get_concept_details
- Tool name
- umls_get_concept_details
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse