uniprot_get_alphafold_confidence
Retrieve the per-residue pLDDT confidence summary for an AlphaFold model of a UniProt entry, including global mean and distribution across confidence bands to assess model reliability.
Instructions
Fetch the per-residue confidence (pLDDT) summary for an entry's
AlphaFold model, not just its existence. Returns the global mean pLDDT
score plus the four-band distribution (very high ≥ 90 / confident
70-90 / low 50-70 / very low < 50) so the agent can decide whether to
trust the model: 95% 'very high' is publication-grade, 40% 'very low'
is largely disordered and structural inference is unsafe. Call
uniprot_resolve_alphafold first if you only need the model ID and
viewer link, not its confidence.
This tool calls https://alphafold.ebi.ac.uk — declared in PRIVACY.md as a third party. Provenance carries source = AlphaFoldDB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accession | Yes | UniProt accession, e.g. 'P04637' (human TP53) or 'P38398' (human BRCA1). Both reviewed (Swiss-Prot) and unreviewed (TrEMBL) accessions are accepted; case-sensitive. | |
| response_format | No | 'markdown' (default) for a human-readable report with a provenance footer, or 'json' for a machine-parseable structured payload with the same data. Any other value is rejected. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |