Back to catalog
Cortexa research tool·drug discovery·cellpainting
CellPainting Get Screen Plates
Get the list of plates in a Cell Painting screen from the Image Data Resource (IDR). Returns plate IDs and names for the given screen. Use CellPainting_search_screens first to find valid screen IDs. Example: Get all plates in idr0016 screenA (screen_id=1251).
Livelast probed 2026-04-30 23:07Z· 119msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 119ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"get_screen_plates"
],
"type": "string"
},
"screen_id": {
"description": "IDR screen identifier (e.g., 1251 for idr0016 screenA)",
"type": "integer"
}
},
"required": [
"operation",
"screen_id"
],
"type": "object"
}Examples (1)
Default CellPainting Get Screen Plates call
public-safeinput
{
"operation": "",
"screen_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CellPainting_get_screen_plates
- Tool name
- CellPainting_get_screen_plates
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse