digest_url
Turn a social media URL into LLM-ready context. Works on Xiaohongshu, Douyin, TikTok, YouTube, X and ordinary web pages. Returns the post's transcript, on-screen text, image descriptions, caption and metadata — the things you cannot get by fetching the URL yourself, because these posts are video or images behind tokenised share links. Use this whenever you are given a social media link. Bilibili, Instagram and Facebook are not supported. A long video may not finish in one call: if the result names a job id, call this tool again with that job_id (and no url) to collect it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The post URL, including any share tokens. | |
| format | No | markdown (default, best for reading) or json (structured). | |
| job_id | No | Collect a digest already running. Pass the job id from a previous call instead of url. Use this rather than re-sending the url, which would start the work again. |