Back to catalog
Cortexa research tool·drug discovery·ChEMBL
ChEMBL Search Drugs
Search drugs by name, approval status, or other criteria. Use the `query` parameter to search by drug name (e.g., {"query": "sotorasib"}). Use `max_phase` to filter by development phase.
Slowlast probed 2026-04-30 23:07Z· 10777msCortexa
Status
Succeeds, but routinely takes more than 8 seconds. Hidden from the agent's default toolset; available via opt-in.
Note: Latency 10777ms > 8000ms threshold
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 10777ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 20,
"maximum": 1000,
"type": "integer"
},
"max_phase": {
"description": "Filter by maximum development phase (0-4)",
"type": "integer"
},
"molecule_chembl_id": {
"description": "Filter by ChEMBL molecule ID (e.g., \"CHEMBL1201581\" for adalimumab).",
"type": "string"
},
"offset": {
"default": 0,
"type": "integer"
},
"query": {
"description": "Drug name to search for (partial match, case-insensitive). E.g., \"sotorasib\", \"olaparib\", \"imatinib\".",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default ChEMBL Search Drugs call
public-safeinput
{
"limit": 3,
"max_phase": 1,
"offset": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ChEMBL_search_drugs
- Tool name
- ChEMBL_search_drugs
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse