Back to catalog
Cortexa research tool·structure·pdbe_search
PDBeSearch Search Structures
Search PDB structures through PDBe's Solr search interface by keyword, protein name, or gene name. Returns PDB IDs, titles, resolution, experimental methods, deposition dates, and organisms, sorted by resolution (best first). Complements RCSB PDB tools with powerful full-text search. Example: searching 'insulin' returns 400+ structures; 'BRCA1' returns 148 structures including BRCT domains.
Livelast probed 2026-04-30 23:07Z· 84msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 84ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"description": "Maximum results to return (1-50, default 10).",
"type": [
"integer",
"null"
]
},
"query": {
"description": "Search query - protein name, gene name, or keyword. Supports Solr syntax. Examples: 'insulin', 'BRCA1', 'kinase AND human', 'TP53'.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default PDBeSearch Search Structures call
public-safeinput
{
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PDBeSearch_search_structures
- Tool name
- PDBeSearch_search_structures
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse