bernstein_approve
Approve pending or blocked tasks to unblock multi-agent workflows. Mark tasks complete with an optional note to proceed with orchestration.
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 |
|---|---|---|---|
| task_id | Yes | ||
| note | No | Approved via MCP |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |