get_protein_features
Retrieve functional features and domains for a protein using its UniProt accession number. Identify key characteristics to understand protein structure and function.
Instructions
Get functional features and domains for a protein
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accession | Yes | UniProt accession number |
Input Schema (JSON Schema)
{
"properties": {
"accession": {
"description": "UniProt accession number",
"type": "string"
}
},
"required": [
"accession"
],
"type": "object"
}