uniprot_get_sequence
Fetches the canonical protein sequence in FASTA format from a UniProt accession. Use this action to retrieve raw residue strings for direct local analysis or parsing.
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 |