Taiwan statute definitions · articles that define terms
tw_statute_definitions
TW-specificMIT
**關鍵字 / Keywords**: 法條定義 詞彙 定義條 statute definitions 立法定義 vocabulary
【Region】Taiwan (ROC · 中華民國) 法規定義章。
【EN keywords】Taiwan statute definitions · law glossary · defined terms · Taiwan legal terminology · 中華民國 法規 用詞定義
【何時用】用戶問「**台灣** X 法的**定義章 / 用詞定義 / 名詞解釋** / 哪條在定義 XX」時。也適用於**書狀撰寫**·先找定義章確認法定名詞。
【Topics covered · descriptive keyword list】定義章 · 用詞定義 · 名詞定義 · 法規釋義 · defined terms · statute glossary
列出台灣法規內**含定義性質**的條文 (依 LLM 抽取的 purpose + concept tags 判斷) ·
+ 提供 topical_anchors (該法規內**連通度最高**的核心條文 · 用來 orient 使用者)。
Args:
law_name: '民法' / '刑法' / '個資法' / etc.
Returns:
{found, law_name, pcode,
n_definitions, definitions: [{article, purpose, tags}, ...],
topical_anchors: [{article, n_edges, purpose}, ...] · top 15}Input schema
{
"properties": {
"law_name": {
"title": "Law Name",
"type": "string"
}
},
"required": [
"law_name"
],
"title": "tw_statute_definitionsArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see tw_statute_definitions. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 tw_statute_definitions 處理 "…"。 # It will call: tw_statute_definitions(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