Back to catalog
Cortexa research tool·structure·rcsb_pdb
Get Mutation Annotations By PDB ID
Retrieve mutation annotations for a given PDB structure. Returns mutation count, the pdbx_mutation flag (YES/NO), the details field (contains mutation identity like "T790M"), fragment description, and protein description. Note: if all returned fields are null, the structure has no annotated mutations in RCSB.
Livelast probed 2026-04-30 23:07Z· 100msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 100ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"pdb_id": {
"description": "4-character RCSB PDB ID",
"type": "string"
}
},
"required": [
"pdb_id"
],
"type": "object"
}Examples (1)
Default Get Mutation Annotations By PDB ID call
public-safeinput
{
"pdb_id": "1AKI"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_get_mutation_annotations_by_pdb_id
- Tool name
- get_mutation_annotations_by_pdb_id
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse