create_protein_from_pdb_id
Generate protein structures from PDB database identifiers to support molecular modeling and computational chemistry workflows.
Instructions
Create a protein from a PDB ID.
Args: name: Name for the protein code: PDB ID code (e.g., '1HCK')
Returns: Dictionary containing protein information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the protein | |
| code | Yes | PDB ID code (e.g., '1HCK') |