Back to catalog
Cortexa research tool·clinical·umls
Icd Search Codes
Search for ICD-10 or ICD-11 codes using UMLS. Returns matching codes with descriptions. 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· 97msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 97ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"pageNumber": {
"default": 1,
"description": "Page number for pagination (default: 1)",
"type": "integer"
},
"pageSize": {
"default": 25,
"description": "Number of results per page (default: 25, max: 25)",
"type": "integer"
},
"query": {
"description": "Search query (disease name, condition, or ICD code)",
"type": "string"
},
"version": {
"default": "ICD10CM",
"description": "ICD version to search (ICD10CM for US clinical modification, ICD10 for international, ICD11 for ICD-11)",
"enum": [
"ICD10CM",
"ICD10",
"ICD11"
],
"type": "string"
}
},
"required": [
"query"
],
"required_api_keys": [
"UMLS_API_KEY"
],
"type": "object"
}Examples (1)
Default Icd Search Codes call
public-safeinput
{
"pageNumber": 1,
"pageSize": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_icd_search_codes
- Tool name
- icd_search_codes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse