Release a claim whose work failed
once_key_releaseFree. Surrenders a claimed action_key so a retry can start immediately instead of waiting out the lease. Call this when the work you claimed fails. Refuses if the key was already completed, because releasing it would discard the recorded result and allow the side effect to run twice. This tool is free; no payment is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | Isolation scope used when the key was claimed | |
| action_key | Yes | The action_key to release | |
| namespace_token | No | One-time token issued by the first call that claimed this namespace. Required for every later call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | 'released' | |
| action_key | Yes | The key that was surrendered |