Back to catalog
Cortexa research tool·structure·complex_portal
ComplexPortal Search Complexes
Search for curated protein complexes by gene/protein name from the EBI Complex Portal (includes CORUM mammalian complexes). Returns complex names, subunit compositions, and cross-references. Use to find which protein complexes a target participates in.
Livelast probed 2026-05-01 01:00Z· 645msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 645ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"number": {
"default": 25,
"description": "Maximum complexes to return (default: 25)",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Gene symbol, protein name, or complex name to search (e.g., 'WDR7', 'RAVE complex', 'proteasome')",
"type": "string"
},
"species": {
"default": "9606",
"description": "NCBI taxonomy ID to filter by species (default: '9606' for human). Use '10090' for mouse, '10116' for rat, '' for all species.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default ComplexPortal Search Complexes call
public-safeinput
{
"number": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ComplexPortal_search_complexes
- Tool name
- ComplexPortal_search_complexes
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse