Back to catalog
Cortexa research tool·drug discovery·opentarget
OpenTargets Get Similar Entities By Drug ChemblId
Retrieve similar entities for a given drug chemblId using a model trained with PubMed.
Livelast probed 2026-04-30 23:07Z· 104msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 104ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chemblId": {
"description": "The chemblId of the disease.",
"type": "string"
},
"size": {
"description": "Number of similar entities to fetch.",
"type": "integer"
},
"threshold": {
"description": "Threshold similarity between 0 and 1. Only results above threshold are returned.",
"type": "number"
}
},
"required": [
"chemblId",
"threshold",
"size"
],
"type": "object"
}Examples (1)
Default OpenTargets Get Similar Entities By Drug ChemblId call
public-safeinput
{
"chemblId": "",
"size": 1,
"threshold": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenTargets_get_similar_entities_by_drug_chemblId
- Tool name
- OpenTargets_get_similar_entities_by_drug_chemblId
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse