DeltaTask MCP Server

get_subtasks

Get subtasks for a given parent task ID.

Input Schema

NameRequiredDescriptionDefault
parent_idYes

Input Schema (JSON Schema)

{ "properties": { "parent_id": { "title": "Parent Id", "type": "string" } }, "required": [ "parent_id" ], "title": "get_subtasksArguments", "type": "object" }