Task Update Description¶
Update a native task description with revision checking and an idempotent mutation receipt.
MCP name: task_update_description
Category: tasks
Mutates state (retry policy: verify_first)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
client_mutation_id |
str |
No | Optional stable idempotency key. |
expected_revision |
int |
No | Current task revision for compare-and-swap; the gateway pins it when omitted. |
new_description |
str |
Yes | New description text. Single line; whitespace is collapsed. |
task_id |
str |
Yes | Task ID (e.g., 't-xxxxxxxx') |