Arrive at a barrier (free, no auth — the URL is the capability)
coord_arriveReport a completed part in a multi-agent coordination barrier using the arrive URL, part name, and optional context. Idempotent design ensures retries don't inflate the count.
Instructions
Report that this part is done. Pass the arriveUrl from coord_barrier plus a part name and optional ctx (whatever you want handed to whoever consumes the released barrier). Idempotent per part: a retrying agent cannot inflate the count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | this part's result, collected into the release event | |
| part | Yes | unique name for this part, e.g. "scout" | |
| arriveUrl | Yes |