Back to catalog
Cortexa research tool·structure·drugcentral
DrugCentral Search
Search for drugs in DrugCentral by name, returning DrugCentral-curated data including drug names (INN), CAS registry numbers, SMILES structures, regulatory approval status (FDA/EMA/PMDA), and cross-references to DrugBank, ChEMBL, PubChem, and other databases. DrugCentral is an open-access drug information resource from the University of New Mexico. Data accessed via MyChem.info aggregation. Example: searching 'metformin' returns its approval history, structure, and database cross-references.
Livelast probed 2026-04-30 23:07Z· 108msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 108ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"query": {
"description": "Drug name or identifier to search for. Examples: 'metformin', 'aspirin', 'imatinib', 'pembrolizumab'.",
"type": "string"
},
"size": {
"default": 10,
"description": "Maximum number of results to return (default: 10, max: 50).",
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default DrugCentral Search call
public-safeinput
{
"query": "BRCA1",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DrugCentral_search
- Tool name
- DrugCentral_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse