You're viewing a demo portfolio

Join the waitlist
PRSM

associations

Active

Tool of Monarch Initiative

declared in 0.1.0

Fetch biolink associations (edges) involving a Monarch entity by its CURIE ID (e.g. MONDO:0007947); filter by association category (e.g. biolink:DiseaseToPhenotypicFeatureAssociation), predicate, or direction (subject/object/both).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "category": "biolink:DiseaseToPhenotypicFeatureAssociation",
      "entity_id": "MONDO:0007947"
    },
    {
      "limit": 50,
      "direction": "subject",
      "entity_id": "NCBIGene:207",
      "predicate": "biolink:associated_with_increased_likelihood_of"
    }
  ],
  "required": [
    "entity_id"
  ],
  "properties": {
    "limit": {
      "type": "number"
    },
    "category": {
      "type": "string",
      "description": "e.g. \"biolink:DiseaseToPhenotypicFeatureAssociation\""
    },
    "direction": {
      "type": "string",
      "description": "subject (default) | object | both"
    },
    "entity_id": {
      "type": "string"
    },
    "predicate": {
      "type": "string",
      "description": "e.g. \"biolink:has_phenotype\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Monarch Initiative

https://github.com/pipeworx-io/mcp-monarch-initiative

1/7 registries
View full server →