Intact Get Interaction Details
Get detailed information about a specific interaction by its IntAct interaction ID. Requires an IntAct interaction ID in format 'EBI-XXXXXX-EBI-YYYYYY' (e.g., 'EBI-366083-EBI-366083'). To get interaction IDs: 1) Use intact_get_interactions with a protein/gene identifier - it returns 'interaction_ids' field, or 2) Use intact_search_interactions - it also returns 'interaction_ids' field. Then use one of those IDs with this tool to get detailed interaction information. Returns complete interaction…
Overview
Get detailed information about a specific interaction by its IntAct interaction ID. Requires an IntAct interaction ID in format 'EBI-XXXXXX-EBI-YYYYYY' (e.g., 'EBI-366083-EBI-366083'). To get interaction IDs: 1) Use intact_get_interactions with a protein/gene identifier - it returns 'interaction_ids' field, or 2) Use intact_search_interactions - it also returns 'interaction_ids' field. Then use one of those IDs with this tool to get detailed interaction information. Returns complete interaction data including participants, interaction type, detection methods, and publications.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 112ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"format": {
"default": "json",
"enum": [
"json",
"xml"
],
"type": "string"
},
"interaction_id": {
"description": "IntAct interaction ID in format 'EBI-XXXXXX-EBI-YYYYYY' (e.g., 'EBI-366083-EBI-366083'). Get these IDs from intact_get_interactions or intact_search_interactions results (see 'interaction_ids' field)",
"type": "string"
}
},
"required": [
"interaction_id"
],
"type": "object"
}Examples (1)
Default Intact Get Interaction Details call
{
"interaction_id": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_intact_get_interaction_details
- Tool name
- intact_get_interaction_details
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse