Back to catalog
Cortexa research tool·drug discovery·opentarget
OpenTargets Get Similar Entities By Target EnsemblID
Retrieve similar entities for a given target ensemblID using a model trained with PubMed.
Livelast probed 2026-04-30 23:07Z· 96msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 96ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"ensemblId": {
"description": "The ensemblID 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": [
"ensemblId",
"threshold",
"size"
],
"type": "object"
}Examples (1)
Default OpenTargets Get Similar Entities By Target EnsemblID call
public-safeinput
{
"ensemblId": "",
"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_target_ensemblID
- Tool name
- OpenTargets_get_similar_entities_by_target_ensemblID
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse