TOOL API
scrape_ progress
查询网页剪藏任务进度并自动创建文档,与scrape_url配合使用。传入scrape_url返回的task_id和可选的parent_id(指定文档创建位置),每隔5秒轮询。状态说明:status=1进行中,继续轮询;status=2已完成,网页内容已自动保存为文档,响应包含title(网页标题)、file_id(文档ID)和file_url(文档链接),无需再调用任何创建文档工具;status=3失败,停止轮询。重要:当status=2剪藏成功时,直接将title、file_id和file_url结果输出给用户即可,不要再继续调用其他任何工具 if both tencent-docs (personal) and tencent-docs-oa (enterprise) are connected, use AskUserQuestion to let the user pick the target account before invoking this tool.
productivityOAuth1 credits
Call information
- Tool slug
- tencent-docs.scrape_progress
- Provider
- Tencent Docs
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
parent_id父节点ID,为空时在空间根目录创建,不为空时在指定节点下创建
task_idrequiredscrape_url返回的异步任务ID