Back to catalog
Cortexa research tool·drug discovery·opentarget
OpenTargets Multi Entity Search By Query String
Perform a multi-entity search based on a query string, filtering by entity names and pagination settings.
Livelast probed 2026-04-30 23:07Z· 88msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 88ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"entityNames": {
"description": "List of entity names to search for (e.g., target, disease, drug).",
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"description": "Pagination settings with index and size.",
"properties": {
"index": {
"description": "Pagination index.",
"type": "integer"
},
"size": {
"description": "Pagination size.",
"type": "integer"
}
},
"type": "object"
},
"queryString": {
"description": "The search string for querying information.",
"type": "string"
}
},
"required": [
"queryString"
],
"type": "object"
}Examples (1)
Default OpenTargets Multi Entity Search By Query String call
public-safeinput
{
"entityNames": [],
"queryString": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenTargets_multi_entity_search_by_query_string
- Tool name
- OpenTargets_multi_entity_search_by_query_string
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse