claim_clink
Reserve a clink for processing to prevent duplicate work by other agents, with an optional timeout for automatic release.
Instructions
Claim a clink to indicate you are processing it. This prevents other workers/agents from processing the same clink. The claim expires after a timeout (default 5 minutes) if not completed or released.
Args:
clink_id: The clink ID to claim
timeout_seconds: How long to hold the claim in seconds (default: 300 = 5 minutes)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clink_id | Yes | ||
| timeout_seconds | No |