Back to catalog
Cortexa research tool·chemistry·kegg_network_variant
KEGG Search Network
Search the KEGG NETWORK database for signaling pathway networks by gene or keyword. KEGG NETWORK contains 800+ disease/drug-associated molecular interaction networks representing signal transduction pathways perturbed in cancer, infection, and other diseases. Returns network IDs (N#####) and pathway names. Example: searching 'EGFR' returns N00001 EGF-EGFR-RAS-ERK signaling pathway, N00006 Amplified EGFR, etc.
Livelast probed 2026-04-30 23:07Z· 178msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 178ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"keyword": {
"description": "Search keyword for network/pathway name or gene (e.g., 'EGFR', 'RAS', 'p53', 'WNT', 'NOTCH'). Case-insensitive.",
"type": "string"
},
"max_results": {
"default": 25,
"description": "Maximum number of results (default: 25).",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"keyword"
],
"type": "object"
}Examples (1)
Default KEGG Search Network call
public-safeinput
{
"keyword": "",
"max_results": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_KEGG_search_network
- Tool name
- KEGG_search_network
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse