Skip to main content
Glama

DeltaTask MCP Server

by brysontang

create_subtasks

Generate and assign multiple subtasks to a parent task, with optional categories, to streamline task management and organization using the DeltaTask MCP Server.

Instructions

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" }

You must be authenticated.

Other Tools from DeltaTask MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brysontang/DeltaTask'

If you have feedback or need assistance with the MCP directory API, please join our Discord server