Back to catalog
Cortexa research tool·structure·pdbe_api
Pdbe Get Entry Quality
Get quality metrics and validation information for a PDB entry including resolution, R-free, Ramachandran statistics, and validation scores. Note: Quality endpoint may not be available for all PDB entries. If this returns 404, try pdbe_get_entry_summary which includes basic quality information.
Livelast probed 2026-05-01 01:00Z· 163msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 163ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"pdb_id": {
"description": "PDB entry ID (e.g., '1A2B', '1CRN'). Will be converted to lowercase automatically.",
"type": "string"
}
},
"required": [
"pdb_id"
],
"type": "object"
}Examples (1)
Default Pdbe Get Entry Quality call
public-safeinput
{
"pdb_id": "1AKI"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_pdbe_get_entry_quality
- Tool name
- pdbe_get_entry_quality
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse