Task Set Tags¶
Replace a native task's complete structured tag and namespace set. Project slugs are validated against the project registry.
MCP name: task_set_tags
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. |
namespace_tags |
list[str] |
Yes | Replacement list of tags (no leading '#'). Includes project tags (e.g. 'projects/work-buddy/systems/task-system') and free-form namespace tags. An empty list strips all user-modifiable tags. |
task_id |
str |
Yes | Task ID (e.g., 't-xxxxxxxx') |