You're viewing a demo portfolio

Join the waitlist
PRSM

get_entry

Active

Tool of Kegg

declared in 0.1.0

Fetch a full KEGG flat-file entry by ID and return it as parsed fields plus raw text. IDs look like "C00031" (compound), "hsa00010" (pathway), "D00009" (drug), "K00844" (KO/ortholog), or "ec:1.1.1.1" (enzyme). Parsed fields include ENTRY, NAME, FORMULA, CLASS, PATHWAY, DESCRIPTION, cross-references, and more. Use find first to discover IDs. Keyless.

Parameters schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "A KEGG entry ID, e.g. \"C00031\", \"hsa00010\", \"D00009\", \"K00844\", \"ec:1.1.1.1\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Kegg

https://github.com/pipeworx-io/mcp-kegg

1/7 registries
View full server →
get_entry — Kegg — PRSM MCP