Back to catalog
Cortexa research tool·genomics·empiar
EMPIAR Search Entries
Search the EMPIAR (Electron Microscopy Public Image Archive) for raw EM image datasets by keyword. Returns matching entries with EMPIAR IDs, titles, and release dates. Use EMPIAR_get_entry to retrieve full details for a specific entry.
Livelast probed 2026-04-30 23:07Z· 82msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 82ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"page_size": {
"default": 10,
"description": "Number of results to return (default: 10, max: 100)",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Search query keyword (e.g., 'ribosome', 'membrane protein', 'SARS-CoV-2')",
"type": "string"
},
"start": {
"default": 0,
"description": "Starting offset for pagination (default: 0)",
"minimum": 0,
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default EMPIAR Search Entries call
public-safeinput
{
"page_size": 1,
"query": "BRCA1",
"start": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EMPIAR_search_entries
- Tool name
- EMPIAR_search_entries
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse