Get Article Detail
get_articlePurpose: fetch one article record in full - title, publish date, author, account, topic category, source URL,confidence and an AI-readable summary. Guidelines: accepts the id from query_articles (rcb-art-xxx) or a titlekeyword; run query_articles first when the id is unknown; pair with get_announcements_timeline for achronological view. Limits: metadata and summary only - the full article body is not served; one record percall. Ex: get_article(id='rcb-art-001'), get_article(name='曼谷大会').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 实体 ID,如 rcb-art-001 | |
| name | No | 标题关键词(与 id 二选一),如 '曼谷大会'、'EPDM' | |
| language | No | 输出语言 | zh |
| response_format | No | 输出格式:markdown=人类阅读, json=Agent 处理友好 | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Human-readable result (markdown, or a JSON string when response_format=json). |