You're viewing a demo portfolio

Join the waitlist
PRSM

find_related

Active

Tool of BioCosm

declared in 3.4.2

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

BioCosm

1/7 registries
View full server →
find_related — BioCosm — PRSM MCP