DeltaTask MCP Server

create_subtasks

Create multiple subtasks for a parent task with categories.

Input Schema

NameRequiredDescriptionDefault
subtasksYes
task_idYes

Input Schema (JSON Schema)

{ "properties": { "subtasks": { "items": { "type": "object" }, "title": "Subtasks", "type": "array" }, "task_id": { "title": "Task Id", "type": "string" } }, "required": [ "task_id", "subtasks" ], "title": "create_subtasksArguments", "type": "object" }