读取文章
get_articleRetrieve an article's full record by ID, including drafts, to check its exact status. Use include_content=false to fetch metadata only and avoid large payloads.
Instructions
按 id 读取一篇文章的完整记录(草稿也能读到),这是确认 status 原始状态码、判断草稿/审核/发布的权威口径。文章很长时传 include_content=false,只取元数据、不返回正文,避免把上下文挤爆。想浏览已发布文章列表用 list_articles;想验证一次写入是否真的生效用 verify_article。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | ||
| include_content | No |