Back to catalog
Cortexa research tool·clinical·umls
Snomed Search Concepts
Search for SNOMED CT concepts using UMLS. Returns matching concepts 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· 105msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 105ms
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 (concept name or SNOMED CT code)",
"type": "string"
}
},
"required": [
"query"
],
"required_api_keys": [
"UMLS_API_KEY"
],
"type": "object"
}Examples (1)
Default Snomed Search Concepts 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_snomed_search_concepts
- Tool name
- snomed_search_concepts
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse