Back to catalog
Cortexa research tool·chemistry·pharmacodb
PharmacoDB Search
Search PharmacoDB for compounds, cell lines, tissues, or genes by name. PharmacoDB integrates cancer pharmacogenomics data from 10 major datasets (CCLE, CTRPv2, FIMM, GDSC1, GDSC2, GRAY, NCI60, PRISM, UHNBreast, gCSI). Returns matching entities with their PharmacoDB UIDs and type (compound, cell_line, tissue, gene). Use this to find PharmacoDB identifiers for use with other PharmacoDB tools. Example: search for 'paclitaxel' to find its PharmacoDB compound ID.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"search"
],
"type": "string"
},
"query": {
"description": "Text query to search across compounds, cell lines, tissues, and genes. Examples: 'paclitaxel', 'MCF-7', 'Breast', 'TP53'",
"type": "string"
}
},
"required": [
"operation",
"query"
],
"type": "object"
}Examples (1)
Default PharmacoDB Search call
public-safeinput
{
"operation": "",
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PharmacoDB_search
- Tool name
- PharmacoDB_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse