Back to catalog
Cortexa research tool·structure·rcsb_graphql
RCSBGraphQL Get Structure Summary
Get comprehensive structure summary for one or more PDB entries using the RCSB PDB Data API (GraphQL). Returns title, resolution, molecular weight, experimental method, deposition/release dates, primary citation (PubMed ID, journal, year), atom count, entity counts, and unit cell dimensions. Supports batch queries for multiple PDB IDs at once. Use this when you need detailed metadata about specific PDB structures beyond what basic PDB tools provide.
Livelast probed 2026-04-30 23:07Z· 88msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 88ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"pdb_id": {
"description": "Single PDB ID. Example: '4HHB' (hemoglobin), '1TUP' (p53-DNA complex), '6LU7' (SARS-CoV-2 main protease).",
"type": [
"string",
"null"
]
},
"pdb_ids": {
"description": "Comma-separated list of PDB IDs for batch query. Example: '4HHB,1TUP,6LU7'. Maximum ~20 IDs per query.",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default RCSBGraphQL Get Structure Summary call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_RCSBGraphQL_get_structure_summary
- Tool name
- RCSBGraphQL_get_structure_summary
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse