taskqueue-mcp

finalize_project

Mark a project as complete on taskqueue-mcp once all tasks are done and approved, finalizing the workflow.

Instructions

Mark a project as complete. Can only be called when all tasks are both done and approved. This is typically the last step in a project workflow.

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe ID of the project to finalize (e.g., proj-1).

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "The ID of the project to finalize (e.g., proj-1).", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools from taskqueue-mcp

Related Tools

ID: wb0ya36k4k