rcsb_get_entries
Fetch metadata for PDB entries—title, method, resolution, size, dates, and primary citation—plus component IDs for further structure exploration.
Instructions
Fetch metadata for one or more PDB entries (title, method, resolution, size, dates, and primary citation).
The response also lists the entry's component ids under rcsb_entry_container_identifiers — use these to drill into the structure. They are bare numbers; compose them with the entry id to call the matching rcsb_get_* tool: polymer_entity_ids/non_polymer_entity_ids "N" -> "_N" (rcsb_get_polymer_entities / rcsb_get_nonpolymer_entities); assembly_ids "N" -> "-N" (rcsb_get_assemblies).
Args: entry_ids: 4-character PDB entry codes, e.g. ["4HHB", "1MBN"]; pass a one-element list for a single entry. Unknown IDs are returned under "not_found". fields: Optional GraphQL selection replacing the curated default (e.g. "struct.title"); discover/verify paths with rcsb_describe_data_object("entries") (see the server instructions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| entry_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||