Skip to main content
Glama

Task Trellis MCP

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

NameRequiredDescriptionDefault
bodyNoBody content of the object (optional)
forceNoForce update flag (defaults to false)
idYesID of the object to update
prerequisitesNoArray of prerequisite object IDs (optional)
priorityNoPriority level (optional)
statusNoStatus of the object (optional)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Body content of the object (optional)", "type": "string" }, "force": { "default": false, "description": "Force update flag (defaults to false)", "type": "boolean" }, "id": { "description": "ID of the object to update", "type": "string" }, "prerequisites": { "description": "Array of prerequisite object IDs (optional)", "items": { "type": "string" }, "type": "array" }, "priority": { "description": "Priority level (optional)", "type": "string" }, "status": { "description": "Status of the object (optional)", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from Task Trellis MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/langadventurellc/task-trellis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server