You're viewing a demo portfolio

Join the waitlist
PRSM

resolve

Active

Tool of String Db

declared in 0.1.0

Map free-text identifiers (gene symbols, accessions) → STRING identifiers.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "identifiers": [
        "TP53",
        "BRCA1",
        "MYC"
      ]
    },
    {
      "limit": 5,
      "species": 9606,
      "identifiers": [
        "ENSP00000269305"
      ]
    }
  ],
  "required": [
    "identifiers"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Best-N matches per input (default 1)."
    },
    "species": {
      "type": "number",
      "description": "NCBI taxonomy id (default 9606)."
    },
    "identifiers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

String Db

https://github.com/pipeworx-io/mcp-string-db

1/7 registries
View full server →
resolve — String Db — PRSM MCP