@pipeworx/fleet

Connect: https://gateway.pipeworx.io/fleet/mcp · Install: one-click buttons

Tools: 6

Tools

  • fleet_post_task — Post a task to the fleet work queue for a worker agent to claim. The body must be a COLD-EXECUTABLE brief — a fresh session with no prior context has to be able to do the work from it alone — and acce
  • fleet_list_open — List claimable tasks in the fleet queue, newest-highest-priority first. This is the cheap poll call a worker loop makes on every wake — it returns a count plus the top items only. Includes tasks whose
  • fleet_claim — Claim a task so no other worker takes it. Atomic: if two workers race for the same task exactly one wins and the loser gets claimed=false (not an error) and should move on. A claim carries a TTL; let
  • fleet_heartbeat — Extend your claim on a task and report worker health. Call this at long steps of the work — a claim that stops beating is treated as a dead worker and the task returns to the queue for someone else.
  • fleet_release — Give a task back to the queue without completing it, with a reason. Use this when blocked — releasing with a reason is always better than holding a claim you cannot act on, and far better than abandon
  • fleet_close — Close a task as done. Requires evidence: the commits, the deliverable reference, and a note on what you actually verified. Closing without evidence is refused — an unverifiable “done” is the failure t

Tools

  • fleet_claim — Claim a task so no other worker takes it. Atomic: if two workers race for the same task exactly one wins and the loser gets claimed=false (not an error) and should move on. A claim carries a TTL; let
  • fleet_close — Close a task as done. Requires evidence: the commits, the deliverable reference, and a note on what you actually verified. Closing without evidence is refused — an unverifiable done is the failure thi
  • fleet_heartbeat — Extend your claim on a task and report worker health. Call this at long steps of the work — a claim that stops beating is treated as a dead worker and the task returns to the queue for someone else.
  • fleet_list_open — List claimable tasks in the fleet queue, newest-highest-priority first. This is the cheap poll call a worker loop makes on every wake — it returns a count plus the top items only. Includes tasks whose
  • fleet_post_task — Post a task to the fleet work queue for a worker agent to claim. The body must be a COLD-EXECUTABLE brief — a fresh session with no prior context has to be able to do the work from it alone — and acce
  • fleet_release — Give a task back to the queue without completing it, with a reason. Use this when blocked — releasing with a reason is always better than holding a claim you cannot act on, and far better than abandon

Regenerated from source · build August 4, 2026