bernstein_approve
Approve pending or blocked tasks to move workflows forward. Record an optional approval note as the result summary.
Instructions
Approve a pending or blocked task, marking it complete.
This is used for approval gates - when a task is awaiting human sign-off before proceeding.
Args: task_id: ID of the task to approve. note: Optional approval note recorded as the result summary.
Returns: JSON with the updated task status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Approved via MCP | |
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |