bernstein_approve
Approve pending tasks requiring human sign-off to proceed in multi-agent orchestration workflows. Provides approval gates for automated software development processes.
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 |