Back to catalog
Cortexa research tool·structure·zinc
ZINC Get Compound
Get detailed information for a ZINC compound by its ID, including SMILES structure, molecular properties (MW, LogP, HBD, HBA, rotatable bonds), and vendor/catalog availability. Returns the list of vendors with purchasability tiers and the best available tier. Use after ZINC_search_compounds to get full details.
Livelast probed 2026-05-01 01:00Z· 95msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 95ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"get_compound"
],
"type": "string"
},
"zinc_id": {
"description": "ZINC compound identifier, e.g., ZINC000000000053 (aspirin), ZINC000000001084 (caffeine), ZINC000000113398 (ibuprofen)",
"type": "string"
}
},
"required": [
"operation",
"zinc_id"
],
"type": "object"
}Examples (1)
Default ZINC Get Compound call
public-safeinput
{
"operation": "",
"zinc_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ZINC_get_compound
- Tool name
- ZINC_get_compound
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse