Back to catalog
Cortexa research tool·clinical·dailymed
DailyMed Search Spls
Search SPL list using multiple filter conditions (drug_name/ndc/rxcui/setid) and return metadata + data array.
Livelast probed 2026-05-01 01:00Z· 323msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 323ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"drug_name": {
"description": "Generic or brand name of the drug, e.g., 'TAMSULOSIN HYDROCHLORIDE'.",
"type": "string"
},
"ndc": {
"description": "National Drug Code (NDC).",
"type": "string"
},
"page": {
"default": 1,
"description": "Page number, starts from 1, default 1.",
"type": "integer"
},
"pagesize": {
"default": 100,
"description": "Number of items per page, maximum 100, default 100.",
"type": "integer"
},
"published_date_eq": {
"description": "Published date == specified date, format 'YYYY-MM-DD'.",
"type": "string"
},
"published_date_gte": {
"description": "Published date >= specified date, format 'YYYY-MM-DD'.",
"type": "string"
},
"rxcui": {
"description": "RxNorm Code (RXCUI).",
"type": "string"
},
"setid": {
"description": "Set ID corresponding to the SPL.",
"format": "uuid",
"type": "string"
}
},
"required": [
"drug_name"
],
"type": "object"
}Examples (1)
Default DailyMed Search Spls call
public-safeinput
{
"drug_name": "",
"page": 1,
"pagesize": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DailyMed_search_spls
- Tool name
- DailyMed_search_spls
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse