Skip to main content
Glama

Task Trellis MCP

complete_task

Mark tasks as complete in Task Trellis MCP by providing task ID, summary, and files changed, ensuring accurate task management and progress tracking.

Instructions

Completes a task in the task trellis system

Input Schema

NameRequiredDescriptionDefault
filesChangedYesArray of files that were changed
summaryYesSummary of the completed task
taskIdYesID of the task to complete

Input Schema (JSON Schema)

{ "properties": { "filesChanged": { "description": "Array of files that were changed", "items": { "type": "string" }, "type": "array" }, "summary": { "description": "Summary of the completed task", "type": "string" }, "taskId": { "description": "ID of the task to complete", "type": "string" } }, "required": [ "taskId", "summary", "filesChanged" ], "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