Back to catalog
Cortexa research tool·structure·bmrb
BMRB Get Entries By PDB ID
Find BMRB NMR entries associated with a PDB structure. Returns BMRB entry IDs linked to a given PDB accession, with match type (BLAST or author-provided). Useful for finding NMR chemical shift data for a protein with known crystal structure.
Livelast probed 2026-05-01 00:32Z· 14871msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 14871ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"pdb_id": {
"description": "PDB entry ID (e.g., '1ubq', '1d3z', '2k39')",
"type": "string"
}
},
"required": [
"pdb_id"
],
"type": "object"
}Examples (1)
Default BMRB Get Entries By PDB ID call
input
{
"pdb_id": "1AKI"
}Expected response keys: success
Identifiers
- Catalog ID
- tu_BMRB_get_entries_by_pdb_id
- Tool name
- BMRB_get_entries_by_pdb_id
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse, slow