TaskStop
A built-in definition supplied to the request when the tools option was omitted.
Captured description
- Stops a running background task by its ID
- Takes a task_id parameter identifying the task to stop
- Returns a success or failure status
- Use this tool when you need to terminate a long-running task
Input schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"task_id": {
"description": "The ID of the background task to stop",
"type": "string"
},
"shell_id": {
"description": "Deprecated: use task_id instead",
"type": "string"
}
},
"additionalProperties": false
} Independent estimate
~197 tokens
The captured tool object was counted against the common baseline. This value supports comparison and is not additive.