rlm_task_update
Update canonical HierarchicalTask N3 properties including title, description, priority, and status. Admin-only tool.
Instructions
Update canonical HierarchicalTask N3 properties through the legacy task surface (admin only).
Modifiable fields:
title: Task title
description: Task description
priority: Task priority (higher = more urgent)
status: Task status (PENDING, CLAIMED, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, BLOCKED)
Note: Changing status to COMPLETED/FAILED sets completedAt automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| task_id | Yes | Task ID to update | |
| title | No | New task title | |
| description | No | New task description | |
| priority | No | New priority (higher = more urgent) | |
| status | No | New task status |