fetch_pdb_structure
Retrieve protein structure data from the Protein Data Bank using PDB identifiers. Specify format (PDB or CIF) to download structural files for analysis.
Instructions
Fetch a protein structure from the PDB database.
Args: pdb_id: PDB identifier (e.g., '1ABC') file_format: File format - 'pdb' or 'cif' (default: 'pdb')
Returns: Dictionary containing structure information and file location
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdb_id | Yes | ||
| file_format | No | pdb |