Back to catalog
Cortexa research tool·structure·intact
Intact Search Interactions
Search for interactions in IntAct database using EBI Search API (IntAct domain). Supports searching by protein names, gene names, interaction types, or other criteria. Use '*' as query to get all interactions (may be slow). Returns interaction entries with interaction IDs (e.g., 'EBI-366083-EBI-366083') in the 'interaction_ids' field. These IDs can be used with intact_get_interaction_details or intact_get_interaction_network to get detailed information.
Livelast probed 2026-04-30 23:07Z· 136msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 136ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"first": {
"default": 0,
"description": "First result index for pagination (default: 0)",
"minimum": 0,
"type": "integer"
},
"format": {
"default": "json",
"enum": [
"json",
"xml"
],
"type": "string"
},
"max": {
"default": 25,
"description": "Maximum number of results to return (default: 25, max: 100)",
"maximum": 100,
"type": "integer"
},
"query": {
"description": "Search query string (e.g., protein name, gene name, interaction type)",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Intact Search Interactions call
public-safeinput
{
"first": 1,
"max": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_intact_search_interactions
- Tool name
- intact_search_interactions
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse