easysourceflow_summarize_link
Summarize a short non-video webpage into Markdown. Accepts optional instructions and can bypass cache to refresh the summary.
Instructions
Compatibility tool for synchronously summarizing a short non-video webpage. Do not use this tool for Bilibili or YouTube; use easysourceflow_submit_link and then independently call easysourceflow_get_job. The tool returns final Markdown intended for direct delivery to the user; relay it verbatim unless the user explicitly asks you to rewrite it. For chat-card delivery, put the Markdown in the message tool's card.elements markdown content; do not send card JSON as plain message text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http or https URL to summarize. | |
| instruction | No | User summary instruction. | |
| force_refresh | No | Ignore cached results and fetch and summarize the source again. | |
| summary_quality | No | Use fast for the configured normal model, or pro for the configured strong model. Video links are automatically treated as pro. | fast |