Release a claim
project_card_releaseRelease your claim on a work item and move it out of 'doing' when work stops, whether finished or not.
Instructions
Release your claim on a card and move it out of doing. Call when work stops, finished or not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Card whose claim is being released. | |
| actor | No | Who to attribute this to. Defaults to the MCP client's own name; pass one only to act on another actor's behalf. | |
| force | No | Release a claim held by another actor. Requires reason. | |
| reason | No | Why another actor's claim is being released. Recorded on the card. | |
| status | No | Status to leave the card in. Omit to keep the current one — a card just moved to done is not demoted by releasing it — except doing, which becomes next because active work without a claimant is a contradiction. doing is refused as an explicit target. | |
| expectedRevision | No | Revision string from an earlier read of this record. The write is refused if it no longer matches, so a concurrent edit is reported rather than overwritten. Omit to skip the check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | A canonical record with its body, revision and reference graph. |