Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

Get Taiwan.md full article body

tw_get_taiwan_md_article

TW-specificMIT

**關鍵字 / Keywords**: 台灣百科文章 完整 markdown wiki article 全文 Taiwan.md

取得 Taiwan.md 單一文章 metadata + 完整 markdown body.

參數:
    article_id: 從 tw_search_taiwan_md hit 取得

回傳:
    {article_id, title, summary, category, subcategory, lang, tags,
     updated_at, char_count, source_url, body_md,
     attribution, license_notice}

CC BY-SA 4.0 授權, 使用時必須註明來源 (attribution 欄位提供).

Input schema

{
  "properties": {
    "article_id": {
      "title": "Article Id",
      "type": "string"
    }
  },
  "required": [
    "article_id"
  ],
  "title": "tw_get_taiwan_md_articleArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see tw_get_taiwan_md_article. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 tw_get_taiwan_md_article 處理 "…"。

# It will call:
tw_get_taiwan_md_article(input="…")

Haven't set up a client yet?

Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.

See user docs