Read a public WeChat article
wechat_official_read_articleExtract title, account, author, date, summary, images, links, and readable text from a public WeChat article URL. Retries with authentication if WeChat challenges the environment.
Instructions
Extract title, account, author, date, summary, images, links, and readable text from one public mp.weixin.qq.com/s article URL. Defaults to an anonymous request, then performs an authentication preflight and retries once with the local backend Cookie only if WeChat returns an environment challenge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| authentication | No | auto: anonymous first with one authenticated fallback; never: never send the backend Cookie; required: preflight and use the Cookie immediately | auto |
| max_characters | No | ||
| response_format | No | markdown |