todo_unblock
Remove a blocker relationship from a todo to clear dependencies and enable task progress.
Instructions
Remove one blocker relationship from a todo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | ||
| blocker_id | Yes | ||
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| removed | Yes | ||
| todo_id | Yes | ||
| blocker_id | Yes | ||
| project_id | Yes |