Back to catalog
Cortexa research tool·genomics·stitch
STITCH Get Chemical Protein Interactions
Get chemical-protein interactions from STITCH. Returns known and predicted interactions between chemicals and proteins with confidence scores.
Livelast probed 2026-04-30 23:07Z· 100msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 100ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chemical": {
"description": "Single chemical name or STITCH ID (alias for identifiers, e.g., 'aspirin' or 'CIDm00002244').",
"type": "string"
},
"identifiers": {
"description": "Chemical names, drug names, or STITCH IDs (e.g., ['aspirin', 'ibuprofen'] or ['CIDm00002244']). Alias: 'chemical'.",
"items": {
"type": "string"
},
"type": "array"
},
"limit": {
"default": 10,
"description": "Maximum number of interaction partners per query.",
"type": "integer"
},
"required_score": {
"default": 400,
"description": "Minimum confidence score (0-1000). 400=medium, 700=high, 900=highest.",
"type": "integer"
},
"species": {
"default": 9606,
"description": "NCBI taxonomy ID (9606 for human, 10090 for mouse).",
"type": "integer"
}
},
"type": "object"
}Examples (1)
Default STITCH Get Chemical Protein Interactions call
public-safeinput
{
"identifiers": [],
"limit": 3,
"required_score": 1,
"species": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_STITCH_get_chemical_protein_interactions
- Tool name
- STITCH_get_chemical_protein_interactions
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse