symmap_herb_symptoms

Pack: symmap · Endpoint: https://gateway.pipeworx.io/symmap/mcp

Traditional indications of a Traditional Chinese Medicine herb from SymMap v2 (symmap.org): the TCM symptoms (SMTS) and TCM syndromes (SMSY) it is traditionally used for, per the Chinese Pharmacopoeia as curated by SymMap. These are TRADITIONAL-USE records (evidence_tier on every edge), not clinical evidence, and TCM symptoms are kept separate from modern medical symptoms — use symmap_symptom_herbs with system:“modern” to enter from the modern vocabulary.

Parameters

NameTypeRequiredDescription
herbstringyesHerb name in any script or SMHB id
limitnumbernoMax symptoms and syndromes returned each, 1-200 (default 50)

Example call

Arguments

{
  "herb": "Renshen",
  "limit": 5
}

curl

curl -X POST https://gateway.pipeworx.io/symmap/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"symmap_herb_symptoms","arguments":{"herb":"Renshen","limit":5}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('symmap_herb_symptoms', {
  "herb": "Renshen",
  "limit": 5
});

Connect

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

{
  "mcpServers": {
    "symmap": {
      "url": "https://gateway.pipeworx.io/symmap/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 8, 2026