check_availability
Verify AlphaFold structure prediction availability for a UniProt ID using the AlphaFold MCP Server. Input a UniProt accession to confirm prediction readiness.
Instructions
Check if AlphaFold structure prediction is available for a UniProt ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uniprotId | Yes | UniProt accession to check |
Input Schema (JSON Schema)
{
"properties": {
"uniprotId": {
"description": "UniProt accession to check",
"type": "string"
}
},
"required": [
"uniprotId"
],
"type": "object"
}