You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Monarch Initiative

declared in 0.1.0

Full-text search across the Monarch biomedical knowledge graph for diseases, genes, phenotypes, and other biolink entities by query string; filter by category (e.g. biolink:Disease) and paginate with limit/offset.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 20,
      "query": "cystic fibrosis",
      "category": "biolink:Disease"
    },
    {
      "query": "BRCA1",
      "category": "biolink:Gene"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "1-500 (default 20)"
    },
    "query": {
      "type": "string"
    },
    "offset": {
      "type": "number"
    },
    "category": {
      "type": "string",
      "description": "biolink:Disease | biolink:Gene | biolink:PhenotypicFeature | …"
    }
  }
}

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 →