pool_signal
Signal actions to coordinate multi-instance tasks. Send status updates like completed, blocked, or claimed to synchronize work across pool instances.
Instructions
Signal an action to the multi-instance coordination pool.
Args: action: Action type: 'completed', 'blocked', 'claimed', 'signaling' topic: Topic/task name summary: Brief description of the action affects: Files/resources affected (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| action | Yes | ||
| affects | No | ||
| summary | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |