Back to catalog
Cortexa research tool·drug discovery·pharos
Pharos Search Targets
Search drug targets in Pharos database by keyword. Supports filtering by Target Development Level (Tdark for understudied, Tchem for chemically tractable, Tclin for approved drugs). Returns TDL, protein family, and novelty scores.
Livelast probed 2026-04-30 23:07Z· 83msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 83ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"query": {
"description": "Search query (gene name, protein name, or keyword)",
"type": "string"
},
"tdl": {
"description": "Filter by Target Development Level. Tdark=understudied, Tbio=biological annotations, Tchem=chemical probes, Tclin=approved drugs.",
"enum": [
"Tdark",
"Tbio",
"Tchem",
"Tclin"
],
"type": "string"
},
"top": {
"default": 10,
"description": "Maximum number of results (1-100)",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Pharos Search Targets call
public-safeinput
{
"query": "BRCA1",
"top": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Pharos_search_targets
- Tool name
- Pharos_search_targets
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse