update_subtask
Modify subtask status and add context for multi-agent collaboration in the Agent Hub MCP server.
Instructions
Update subtask status and provide output/context
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featureId | Yes | Feature ID | |
| subtaskId | Yes | Subtask ID to update | |
| status | No | New subtask status | |
| output | No | Output or context for other agents | |
| blockedReason | No | Reason if status is blocked | |
| updatedBy | Yes | Agent updating this subtask |