get_pdb_entry
Retrieve comprehensive details for any PDB entry using its 4-character ID. Get structure title, experimental method, resolution, dates, authors, and organism source.
Instructions
Get comprehensive information about a PDB entry.
Args: pdb_id: The 4-character PDB identifier (e.g., '1ABC', '7BQY')
Returns: JSON string containing entry information including: - Structure title and description - Experimental method (X-ray, NMR, Cryo-EM, etc.) - Resolution - Deposition and release dates - Authors and citation information - Organism source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdb_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |