Back to catalog
Cortexa research tool·chemistry·bridgedb
BridgeDb Attributes
Get properties and attributes for a biological identifier from BridgeDb. Returns metadata such as molecular formula, molecular weight, InChI, InChIKey, synonyms, and other database-specific attributes. Especially useful for metabolites (HMDB, ChEBI, KEGG compound IDs) to get chemical properties, and for genes to get symbol and name information. System codes: Ch=HMDB, Ce=ChEBI, Ck=KEGG Compound, En=Ensembl, H=HGNC, S=UniProt.
Livelast probed 2026-04-30 23:07Z· 99msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 99ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"identifier": {
"description": "The identifier to look up (e.g., 'HMDB0000122' for glucose, '17234' for ChEBI glucose)",
"type": "string"
},
"operation": {
"description": "Operation type (fixed: attributes)",
"enum": [
"attributes"
],
"type": "string"
},
"organism": {
"description": "Organism name (default: Human). Options: Human, Mouse, Rat, Yeast, etc.",
"type": "string"
},
"source": {
"description": "Source database name or system code. Common: Ch=HMDB, Ce=ChEBI, Ck=KEGG Compound, En=Ensembl, H=HGNC, S=UniProt",
"type": "string"
}
},
"required": [
"identifier",
"source"
],
"type": "object"
}Examples (1)
Default BridgeDb Attributes call
public-safeinput
{
"identifier": "",
"source": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_BridgeDb_attributes
- Tool name
- BridgeDb_attributes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse