Back to catalog
Cortexa research tool·genomics·protacdb
ProtacDB Search Targets
Search PROTAC target proteins in PROTAC-DB 3.0. Returns target protein names (short and long). Over 446 unique targets available. Use for: discovering what proteins can be targeted by PROTACs, finding targets by gene symbol or protein name.
Livelast probed 2026-04-30 23:07Z· 87msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 87ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"search_targets"
],
"type": "string"
},
"target_name": {
"description": "Target protein name or gene symbol (e.g., 'BRD4', 'KRAS'). Returns all targets if omitted.",
"type": [
"string",
"null"
]
},
"uniprot_id": {
"description": "UniProt accession ID (e.g., 'O60885' for BRD4). Mutually exclusive with target_name.",
"type": [
"string",
"null"
]
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default ProtacDB Search Targets call
public-safeinput
{
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ProtacDB_search_targets
- Tool name
- ProtacDB_search_targets
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse