taskqueue-mcp

add_tasks_to_project

Add multiple tasks to a specified project in the taskqueue-mcp server. Define task details, including title, description, and recommendations for rules and tools, to streamline project management.

Instructions

Add new tasks to an existing project.

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe ID of the project to add tasks to (e.g., proj-1).
tasksYesAn array of task objects to add.

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "The ID of the project to add tasks to (e.g., proj-1).", "type": "string" }, "tasks": { "description": "An array of task objects to add.", "items": { "properties": { "description": { "description": "A detailed description of the task.", "type": "string" }, "ruleRecommendations": { "description": "Recommendations for relevant rules to review when completing the task.", "type": "string" }, "title": { "description": "The title of the task.", "type": "string" }, "toolRecommendations": { "description": "Recommendations for tools to use to complete the task.", "type": "string" } }, "required": [ "title", "description" ], "type": "object" }, "type": "array" } }, "required": [ "projectId", "tasks" ], "type": "object" }

You must be authenticated.

Other Tools from taskqueue-mcp

Related Tools

ID: wb0ya36k4k