uniprot_get_processing_features
Retrieves signal peptides, propeptides, and other maturation features for a UniProt protein, showing how the polypeptide is cleaved into its mature form for therapeutic engineering and secretion analysis.
Instructions
Return the maturation and processing features (signal peptide,
propeptide, transit peptide, initiator methionine, chain, peptide).
These describe how the translated polypeptide is cleaved and
targeted into its mature form — essential for therapeutic-protein
engineering and pathogen-secretion-system analysis. A pre-filtered
view over uniprot_get_features; for post-translational chemical
modifications instead of cleavage/targeting, use uniprot_get_ptms.
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 |