Back to catalog
Cortexa research tool·structure·three_d_beacons
ThreeDBeacons Get Structures
Get detailed list of 3D structure models for a protein from the 3D Beacons Hub. Returns individual structure entries with model identifier, provider, category, coverage, resolution (experimental), confidence score (predicted), and download URL. Supports filtering by category (e.g., 'EXPERIMENTALLY DETERMINED') or provider (e.g., 'AlphaFold DB'). Example: P04637 filtered to 'TEMPLATE-BASED' returns 5 structures from SWISS-MODEL and AlphaFill with coverage and sequence range.
Livelast probed 2026-04-30 23:07Z· 104msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 104ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accession": {
"description": "UniProt protein accession. Examples: 'P04637' (TP53), 'P00533' (EGFR), 'P01308' (Insulin).",
"type": "string"
},
"category": {
"description": "Filter by model category. Options: 'EXPERIMENTALLY DETERMINED', 'TEMPLATE-BASED', 'AB-INITIO', 'CONFORMATIONAL ENSEMBLE'. Case-insensitive partial match.",
"type": "string"
},
"max_results": {
"default": 20,
"description": "Maximum structures to return (default 20, max 100).",
"type": "integer"
},
"provider": {
"description": "Filter by data provider. Options: 'PDBe', 'AlphaFold DB', 'SWISS-MODEL', 'PED', 'AlphaFill', 'isoform.io'. Case-insensitive partial match.",
"type": "string"
}
},
"required": [
"accession"
],
"type": "object"
}Examples (1)
Default ThreeDBeacons Get Structures call
public-safeinput
{
"accession": "P38398",
"max_results": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ThreeDBeacons_get_structures
- Tool name
- ThreeDBeacons_get_structures
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse