read_article
Read a WeChat Official Account article and return its title, body in Markdown, images (up to 10), and keyframes from up to 3 videos. Handles Tencent Video, WeChat-native, and Channels embeds.
Instructions
Read a WeChat Official Account article (mp.weixin.qq.com/s/...) and return its content as a multimodal block list:
First text block: title, account, publish time, cover URL, video count, and the full article body in Markdown.
Image blocks: the article's PNG/JPG images (GIFs filtered out, capped at 10) returned as native image content so the LLM can see them directly.
Per-video groups: a text marker
video kind=... vid=... keyframes=Nfollowed by N evenly-spaced keyframe images (capped at 3 videos).
On failure the response is a single text block starting with "Error:".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A WeChat article URL, format: https://mp.weixin.qq.com/s/xxx |