Cancel Scheduled Task
cancel_scheduled_taskCancel a pending scheduled task by id (from schedule_task or list_scheduled_tasks). Only a pending task can be cancelled — one that already woke (completed) cannot be un-woken. Idempotent: cancelling an already-cancelled task is a no-op. Tier: sp500+ (sample rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Identifier of the scheduled task to cancel. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| task_id | Yes | ||
| cancelled | Yes | True if THIS call moved the task to cancelled; false if it was already completed/cancelled or not found. |