Back to catalog
Cortexa research tool·drug discovery·ChEMBL
ChEMBL Search Similarity
Search molecules similar to a given SMILES string using Tanimoto similarity. Returns molecules with similarity above the threshold.
Livelast probed 2026-04-30 23:07Z· 5985msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 5985ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of results (default: 20, max: 1000)",
"maximum": 1000,
"type": "integer"
},
"offset": {
"default": 0,
"description": "Offset for pagination (default: 0)",
"type": "integer"
},
"smiles": {
"description": "SMILES string to search for similar molecules",
"type": "string"
},
"threshold": {
"default": 80,
"description": "Similarity threshold (0-100). Molecules with similarity >= threshold will be returned.",
"maximum": 100,
"minimum": 0,
"type": "integer"
}
},
"required": [
"smiles",
"threshold"
],
"type": "object"
}Examples (1)
Default ChEMBL Search Similarity call
public-safeinput
{
"limit": 3,
"offset": 1,
"smiles": "CC(=O)Oc1ccccc1C(=O)O",
"threshold": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ChEMBL_search_similarity
- Tool name
- ChEMBL_search_similarity
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse