Back to catalog
Cortexa research tool·structure·enamine
Enamine Search Smiles
Search Enamine by chemical structure (SMILES). Supports exact match, substructure, and similarity search. Ideal for finding purchasable analogs of hit compounds.
Livelast probed 2026-04-30 23:07Z· 84msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 84ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"const": "search_smiles",
"type": "string"
},
"search_type": {
"default": "similarity",
"description": "Search type: exact, substructure, similarity (default: similarity)",
"type": "string"
},
"smiles": {
"description": "SMILES string for the query compound",
"type": "string"
}
},
"required": [
"smiles"
],
"type": "object"
}Examples (1)
Default Enamine Search Smiles call
public-safeinput
{
"smiles": "CC(=O)Oc1ccccc1C(=O)O"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Enamine_search_smiles
- Tool name
- Enamine_search_smiles
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse