who_iris_item

Pack: who-iris · Endpoint: https://gateway.pipeworx.io/who-iris/mcp

Get the full record for one WHO publication including its downloadable files — direct PDF links with filename, size and format. Use after who_iris_search to obtain the actual document, or to check what file formats and translations a WHO publication is available in.

Parameters

NameTypeRequiredDescription
item_idstringyesThe item_id returned by who_iris_search.

Example call

Arguments

{
  "item_id": "152cce36-42f0-4e15-9453-3f56cafee811"
}

curl

curl -X POST https://gateway.pipeworx.io/who-iris/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"who_iris_item","arguments":{"item_id":"152cce36-42f0-4e15-9453-3f56cafee811"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('who_iris_item', {
  "item_id": "152cce36-42f0-4e15-9453-3f56cafee811"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "who-iris": {
      "url": "https://gateway.pipeworx.io/who-iris/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 6, 2026