cancel_task
Stop an active video download task on Video Fetch MCP by providing the task ID. This tool ensures unwanted or ongoing tasks are terminated promptly.
Instructions
取消下载任务
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskId | Yes | 任务ID |
Input Schema (JSON Schema)
{
"properties": {
"taskId": {
"description": "任务ID",
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}