taskqueue-mcp

delete_project

Remove a project and all linked tasks from the taskqueue-mcp server by specifying the project ID. Simplifies cleanup and task management.

Instructions

Delete a project and all its associated tasks.

Input Schema

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

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from taskqueue-mcp

Related Tools

ID: wb0ya36k4k