find_related
ActiveTool of BioCosm
Find nodes connected to a given node. Three relationship types are derived on-the-fly: - "drug_target": for a drug, the targets it hits (and vice versa for a target node, the drugs that hit it) - "same_company": drugs sharing a company with this node - "same_target_class": drugs with the same mechanism_class
Parameters schema
{
"type": "object",
"required": [
"node_id"
],
"properties": {
"limit": {
"type": "integer",
"default": 30,
"description": "Maximum results per link type (default 30)"
},
"node_id": {
"type": "string",
"description": "Source node identifier"
},
"link_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Optional filter — one of \"drug_target\", \"same_target_class\",\n \"same_company\". If None, returns all three groups."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
BioCosm
1/7 registries