get_page
Pack: eol · Endpoint: https://gateway.pipeworx.io/eol/mcp
Fetch a taxon page by EOL id (synonyms, common names, hierarchy summary).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | yes | EOL page id (from /search) |
detail | boolean | no | Include data objects (texts, images). Default false. |
Example call
curl -X POST https://gateway.pipeworx.io/eol/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_page","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Taxon page with synonyms, common names, hierarchy summary, and optional data objects"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"eol": {
"url": "https://gateway.pipeworx.io/eol/mcp"
}
}
}
See Getting Started for client-specific install steps.