post_progress
Renew a task lease and heartbeat the worker by posting progress updates. Keeps coordination alive and ensures the task stays active.
Instructions
Atomically renew a task lease, heartbeat the worker, and post progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| task_id | Yes | ||
| thread_id | Yes | ||
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. | |
| lease_seconds | No | ||
| idempotency_key | Yes | ||
| lease_generation | Yes |