Alphafold Get Prediction
Retrieve full AlphaFold 3D structure predictions for a given protein. IMPORTANT: The qualifier must be a UniProt ACCESSION (e.g., 'P69905' for HBA_HUMAN). Do NOT use UniProt entry names like 'HBA_HUMAN' - they will cause API errors. To find UniProt accession from a gene/protein name, use `UniProt_search` (e.g., query='gene:HBA' organism='human') or `UniProt_id_mapping` for ID conversion. Returns residue-level metadata including sequence, per-residue confidence scores (pLDDT), and structure down…
Overview
Retrieve full AlphaFold 3D structure predictions for a given protein. IMPORTANT: The qualifier must be a UniProt ACCESSION (e.g., 'P69905' for HBA_HUMAN). Do NOT use UniProt entry names like 'HBA_HUMAN' - they will cause API errors. To find UniProt accession from a gene/protein name, use `UniProt_search` (e.g., query='gene:HBA' organism='human') or `UniProt_id_mapping` for ID conversion. Returns residue-level metadata including sequence, per-residue confidence scores (pLDDT), and structure download links (PDB, CIF, PAE). If you already have the accession and want UniProt details, call `UniProt_get_entry_by_accession`. For a quick overview, use `alphafold_get_summary`. For mutation/variant impact, see `alphafold_get_annotations`.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 6061ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"qualifier": {
"description": "UniProt ACCESSION (e.g., 'P69905'). Do NOT use entry names like 'HBA_HUMAN'. Aliases: uniprot_id, uniprot_accession.",
"type": "string"
},
"sequence_checksum": {
"description": "Optional CRC64 checksum of the UniProt sequence.",
"type": "string"
},
"uniprot_accession": {
"description": "Alias for qualifier: UniProt accession (e.g., 'P69905').",
"type": "string"
},
"uniprot_id": {
"description": "Alias for qualifier: UniProt accession (e.g., 'P69905').",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default Alphafold Get Prediction call
{
"qualifier": "P38398",
"uniprot_accession": "P38398"
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_alphafold_get_prediction
- Tool name
- alphafold_get_prediction
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse