Herb Detail
herb_detailFull record for one HERB id: herb (composition + traditional-use summary + predicted and literature target/disease links), ingredient (structure + predicted and literature target/disease links), target (curated disease associations + which herbs are statistically linked to it), or disease (which targets and herbs are statistically linked to it). Every relationship row carries an evidence_tier. computational_prediction means a statistical or database-mined association with NO clinical or experimental confirmation — it is a hypothesis, not proof the herb/ingredient treats the condition. traditional_use reflects historical TCM practice, not a trial. Only human_clinical rows come from a paper that studied humans. A predicted herb-disease or herb-target edge (evidence_tier computational_prediction) is a screening hit from expression-overlap statistics, not proof of efficacy — never present it as "HERB shows herb X treats disease Y" without saying it is a prediction. Relationship tables are paged: each comes back as {total, offset, limit, returned, truncated, rows} with the TRUE upstream row count in total (a well-studied herb can have thousands of predicted disease rows — 25 are returned by default). truncated:true means more rows exist; page with offset, or narrow with sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | HERB id, e.g. HERB004520 (herb), HBIN016960 (ingredient), HBTAR000001 (target), HBDIS000001 (disease). | |
| limit | No | Max rows returned per relationship table (herb_ingredient, herb_target, herb_disease, ingredient_target, ingredient_disease, target_disease, drug_paper_target, drug_paper_disease). Default 25, max 200. Each table always reports its true `total`. | |
| offset | No | 0-based row offset applied to each relationship table. Default 0. | |
| category | Yes | Must match the id's prefix. | |
| sections | No | Return only these sections — e.g. ["summary","herb_ingredient"] for composition without pulling hundreds of predicted disease rows. Omit for all sections. |