Back to catalog
Cortexa research tool·drug discovery·ChEMBL
ChEMBL Search Targets
Search targets by name, organism, target type, or other criteria. Use this tool to find target ChEMBL IDs needed for other tools.
Livelast probed 2026-04-30 23:07Z· 4486msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 4486ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"fields": {
"description": "Optional list of ChEMBL target fields to include in each returned target object (projection). Cortexa Tool Mesh maps this to ChEMBL's `only` query parameter (comma-separated). Supported fields: target_chembl_id, pref_name, organism, target_type, target_components.",
"items": {
"enum": [
"target_chembl_id",
"pref_name",
"organism",
"target_type",
"target_components"
],
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"limit": {
"default": 20,
"maximum": 1000,
"type": "integer"
},
"offset": {
"default": 0,
"type": "integer"
},
"organism": {
"description": "Filter by organism (e.g., 'Homo sapiens')",
"type": "string"
},
"pref_name__contains": {
"description": "Filter by target name (contains)",
"type": "string"
},
"target_chembl_id": {
"description": "Filter by target ChEMBL ID",
"type": "string"
},
"target_type": {
"description": "Filter by target type (e.g., 'SINGLE PROTEIN', 'PROTEIN COMPLEX')",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default ChEMBL Search Targets call
public-safeinput
{
"fields": [],
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ChEMBL_search_targets
- Tool name
- ChEMBL_search_targets
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse