update_object
Modify existing task objects in Task Trellis MCP by updating priority, prerequisites, body content, or status using the specified object ID.
Instructions
Updates an existing object in the task trellis system
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | Body content of the object (optional) | |
force | No | Force update flag (defaults to false) | |
id | Yes | ID of the object to update | |
prerequisites | No | Array of prerequisite object IDs (optional) | |
priority | No | Priority level (optional) | |
status | No | Status of the object (optional) |