Back to catalog
Cortexa research tool·biomedical·pharos
Pharos Get Disease Targets
Get drug targets associated with a disease from Pharos. Returns targets with TDL classification to identify druggable vs understudied proteins for the disease. Supports TDL filtering to find Tdark opportunities.
Livelast probed 2026-04-30 23:07Z· 91msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 91ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"disease": {
"description": "Disease name (e.g., 'breast cancer', 'Alzheimer disease', 'diabetes mellitus')",
"type": "string"
},
"tdl": {
"description": "Optional filter by Target Development Level",
"enum": [
"Tdark",
"Tbio",
"Tchem",
"Tclin"
],
"type": "string"
},
"top": {
"default": 20,
"description": "Maximum number of results (1-100)",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"disease"
],
"type": "object"
}Examples (1)
Default Pharos Get Disease Targets call
public-safeinput
{
"disease": "type 2 diabetes",
"top": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Pharos_get_disease_targets
- Tool name
- Pharos_get_disease_targets
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse