Back to catalog
Cortexa research tool·chemistry·mcule
Mcule Get Database
Get detailed information for a specific Mcule compound database file by its ID. Returns database name, description, entry count, last updated date, and download file links with checksums. Known database IDs: 1 (Mcule Full, 139M+ compounds), 2 (Mcule In Stock, 7M+), 15 (Building Blocks, 6.4M+), 3 (Known Stock Amounts, 4.4M+), 16 (Virtual, 132M+). Public endpoint, no auth required.
Livelast probed 2026-05-01 01:00Z· 111msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 111ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"database_id": {
"description": "Database file ID. Known IDs: 1 (Full), 2 (In Stock), 15 (Building Blocks), 3 (Known Stock Amounts), 16 (Virtual)",
"type": "integer"
},
"operation": {
"description": "Operation type",
"enum": [
"get_database"
],
"type": "string"
}
},
"required": [
"operation",
"database_id"
],
"type": "object"
}Examples (1)
Default Mcule Get Database call
public-safeinput
{
"database_id": 1,
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Mcule_get_database
- Tool name
- Mcule_get_database
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse