You're viewing a demo portfolio

Join the waitlist
PRSM

query_many

Active

Tool of Mygene Info

declared in 0.1.0

Batch-resolve a list of gene symbols, Entrez IDs, or Ensembl IDs (up to 1000) via a single POST to mygene.info, searching across specified scopes (default: symbol) and returning annotations for each matched gene.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "ids": [
        "BRCA1",
        "TP53",
        "EGFR"
      ]
    },
    {
      "ids": [
        "1017",
        "7157"
      ],
      "scopes": "entrezgene",
      "species": "9606"
    }
  ],
  "required": [
    "ids"
  ],
  "properties": {
    "ids": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "fields": {
      "type": "string"
    },
    "scopes": {
      "type": "string",
      "description": "Comma-sep fields to search in (default symbol)."
    },
    "species": {
      "type": "string"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

Mygene Info

https://github.com/pipeworx-io/mcp-mygene-info

1/7 registries
View full server →