Back to catalog
Cortexa research tool·chemistry·stitch
STITCH Get Interaction Partners
Get all interaction partners (chemicals and proteins) for a given identifier. Returns network of related molecules.
Livelast probed 2026-04-30 23:07Z· 108msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 108ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"identifiers": {
"description": "Chemical or protein identifiers to query.",
"items": {
"type": "string"
},
"type": "array"
},
"limit": {
"default": 10,
"description": "Maximum number of partners.",
"type": "integer"
},
"species": {
"default": 9606,
"description": "NCBI taxonomy ID.",
"type": "integer"
}
},
"required": [
"identifiers"
],
"type": "object"
}Examples (1)
Default STITCH Get Interaction Partners call
public-safeinput
{
"identifiers": [],
"limit": 3,
"species": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_STITCH_get_interaction_partners
- Tool name
- STITCH_get_interaction_partners
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse