{
  "name": "Taiwan Market Signal",
  "description": "Retrieves source-linked official facts for Taiwan-listed companies, including daily market data, monthly revenue, and current disclosures.",
  "url": "https://taiwan-market-signal.bytoken2023.workers.dev",
  "version": "0.1.0",
  "documentationUrl": "https://taiwan-market-signal.bytoken2023.workers.dev/openapi.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search-taiwan-listed-companies",
      "name": "Search Taiwan listed companies",
      "description": "Find listed companies by security code, Chinese company name, or industry.",
      "tags": [
        "Taiwan",
        "TWSE",
        "stocks",
        "company-search"
      ],
      "examples": [
        "Find 台積電",
        "Search companies in 半導體業"
      ]
    },
    {
      "id": "get-taiwan-company-latest-signal",
      "name": "Buy latest Taiwan company signal",
      "description": "Return official TWSE market, revenue, and disclosure facts with freshness and provenance metadata.",
      "tags": [
        "Taiwan",
        "TWSE",
        "revenue",
        "market-data",
        "disclosures"
      ],
      "examples": [
        "Get the latest official facts for 2330"
      ]
    },
    {
      "id": "buy-taiwan-company-brief",
      "name": "Buy Taiwan company brief",
      "description": "Return a compact company brief with official facts and deterministic momentum metrics.",
      "tags": [
        "Taiwan",
        "company-brief",
        "fundamentals",
        "x402"
      ],
      "examples": [
        "Brief me on 2330"
      ]
    },
    {
      "id": "compare-taiwan-companies",
      "name": "Compare Taiwan companies",
      "description": "Compare official market and revenue metrics for two listed companies.",
      "tags": [
        "Taiwan",
        "comparison",
        "revenue",
        "x402"
      ],
      "examples": [
        "Compare 2330 and 2317"
      ]
    },
    {
      "id": "scan-taiwan-market-anomalies",
      "name": "Scan Taiwan market anomalies",
      "description": "Rank unusual daily price and monthly revenue observations across the Taiwan market.",
      "tags": [
        "Taiwan",
        "anomaly",
        "market-scan",
        "x402"
      ],
      "examples": [
        "Find today's unusual Taiwan stocks"
      ]
    },
    {
      "id": "estimate-supply-chain-impact",
      "name": "Estimate Taiwan supply-chain impact",
      "description": "Measure industry-peer breadth as a transparent proxy for possible supply-chain impact.",
      "tags": [
        "Taiwan",
        "supply-chain",
        "industry",
        "x402"
      ],
      "examples": [
        "Estimate supply-chain impact around 2330"
      ]
    }
  ],
  "provider": {
    "organization": "Taiwan Market Signal",
    "url": "https://taiwan-market-signal.bytoken2023.workers.dev"
  }
}