uniprot_get_sequence
Retrieve canonical protein sequence in FASTA format by UniProt accession. Use for local sequence analysis without computing extra properties.
Instructions
Fetch the canonical protein sequence in FASTA format. Use this when
you need the raw residue string itself (e.g. for local sequence
analysis); for pre-computed chemistry derived from this same sequence
(molecular weight, pI, hydrophobicity) call uniprot_compute_properties
instead, which fetches the FASTA internally so you don't have to parse
it yourself. Always returns markdown/plain-text FASTA — there is no
response_format parameter because FASTA is already the interchange
format.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |