Back to catalog
Cortexa research tool·drug discovery·zinc
ZINC Get Purchasable
Browse ZINC compounds by purchasability tier. Returns compounds available at a specific availability level with SMILES and molecular properties. Tiers: in-stock (ready to ship), for-sale (from vendor), on-demand (custom synthesis), agent (via broker), world (all purchasable), fda (FDA-approved). Use to find readily available compounds for screening.
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"count": {
"default": 10,
"description": "Maximum number of results (default: 10, max: 100)",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"operation": {
"description": "Operation type",
"enum": [
"get_purchasable"
],
"type": "string"
},
"tier": {
"description": "Purchasability tier. in-stock = ready to ship, for-sale = from vendor, on-demand = custom synthesis, agent = via broker, world = all purchasable, fda = FDA-approved drugs",
"enum": [
"in-stock",
"for-sale",
"on-demand",
"agent",
"world",
"fda"
],
"type": "string"
}
},
"required": [
"operation",
"tier"
],
"type": "object"
}Examples (1)
Default ZINC Get Purchasable call
public-safeinput
{
"count": 1,
"operation": "",
"tier": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ZINC_get_purchasable
- Tool name
- ZINC_get_purchasable
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse