STRING Get Network
Get the protein-protein interaction network for one or more proteins from STRING database. Returns all interactions (edges) between the query proteins and their neighbors, including confidence scores broken down by evidence type (experiments, co-expression, databases, text-mining, etc.). Different from STRING_get_functional_annotations (which returns GO/pathway annotations) and STRING_get_enrichment (which tests enrichment of a set). Use this to build or visualize PPI networks. Multiple protein…
Overview
Get the protein-protein interaction network for one or more proteins from STRING database. Returns all interactions (edges) between the query proteins and their neighbors, including confidence scores broken down by evidence type (experiments, co-expression, databases, text-mining, etc.). Different from STRING_get_functional_annotations (which returns GO/pathway annotations) and STRING_get_enrichment (which tests enrichment of a set). Use this to build or visualize PPI networks. Multiple proteins can be separated by carriage return characters (\r).
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 115ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"identifiers": {
"description": "Protein identifier(s). For multiple proteins, separate with '\\r' (carriage return character). Examples: 'TP53', 'BRCA1\\rBRCA2\\rTP53', '9606.ENSP00000269305'",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of interaction partners to include (per protein). 0 = only interactions among input proteins.",
"type": "integer"
},
"required_score": {
"description": "Minimum combined STRING score (0-1000). 400=medium, 700=high, 900=highest confidence. Default: 400.",
"type": [
"integer",
"null"
]
},
"species": {
"default": 9606,
"description": "NCBI taxonomy ID. Examples: 9606 (human), 10090 (mouse), 7227 (Drosophila), 6239 (C. elegans)",
"type": "integer"
}
},
"required": [
"identifiers"
],
"type": "object"
}Examples (1)
Default STRING Get Network call
{
"identifiers": "",
"limit": 3,
"species": 1
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_STRING_get_network
- Tool name
- STRING_get_network
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse