{
  "$schema": "https://agents.well-known.dev/v1",
  "name": "TCMDB",
  "description": "Traditional Chinese Medicine knowledge base - herbs, formulas, diseases, pharmacology",
  "url": "https://tcm.genetech.tools",
  "category": "中药方剂",
  "api": {
    "type": "rest",
    "base_url": "https://tcm.genetech.tools/api",
    "openapi": "https://tcm.genetech.tools/api/openapi.json",
    "endpoints": [
      {
        "path": "/api/herbs.json",
        "method": "GET",
        "description": "Get herbs data",
        "content_type": "application/json"
      },
      {
        "path": "/api/formulas.json",
        "method": "GET",
        "description": "Get formulas data",
        "content_type": "application/json"
      },
      {
        "path": "/api/diseases.json",
        "method": "GET",
        "description": "Get diseases data",
        "content_type": "application/json"
      },
      {
        "path": "/api/ingredients.json",
        "method": "GET",
        "description": "Get ingredients data",
        "content_type": "application/json"
      },
      {
        "path": "/api/pharmacology.json",
        "method": "GET",
        "description": "Get pharmacology data",
        "content_type": "application/json"
      },
      {
        "path": "/api/data.json",
        "method": "GET",
        "description": "Get complete structured data",
        "content_type": "application/json"
      },
      {
        "path": "/api/entities.json",
        "method": "GET",
        "description": "Get flat entity list",
        "content_type": "application/json"
      },
      {
        "path": "/api/cross-refs.json",
        "method": "GET",
        "description": "Get cross-references to related knowledge bases",
        "content_type": "application/json"
      }
    ]
  },
  "capabilities": [
    "query",
    "browse",
    "cross_reference"
  ],
  "content_types": [
    "application/json",
    "text/html",
    "text/plain"
  ],
  "auth": {
    "type": "none"
  },
  "contact": "61960005@qq.com",
  "links": [
    {
      "rel": "related",
      "href": "https://genetech.tools",
      "title": "中药基因调控机制"
    },
    {
      "rel": "related",
      "href": "https://brain.genetech.tools",
      "title": "中药神经保护"
    },
    {
      "rel": "related",
      "href": "https://life.genetech.tools",
      "title": "中药合成生物学"
    },
    {
      "rel": "related",
      "href": "https://nuclear.genetech.tools",
      "title": "中药与生物能源"
    }
  ]
}