工具 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 积分
调用信息
- 工具标识
- tencent-docs.scrape_progress
- 服务提供方
- 腾讯文档
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
parent_id父节点ID,为空时在空间根目录创建,不为空时在指定节点下创建
task_id必填scrape_url返回的异步任务ID