get_structure
ActiveTool of com.tomesphere/tomesphere
declared in 0.1.0
Resolve a gene/protein name (e.g. 'TP53', 'CD44') or UniProt accession to its 3D structure — returns the UniProt accession + AlphaFold model URL (and PDB when available). Great for a gene named in a paper's entities.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Gene/protein symbol (TP53, CD44) or UniProt accession (P04637)."
}
}
}Parent server
com.tomesphere/tomesphere
1/7 registries