DeltaTask MCP Server

create_task

Generate and manage tasks with customizable details like title, description, urgency, effort, and tags using the task creation tool on DeltaTask MCP Server.

Instructions

Create a new task.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
effortNo
tagsNo
titleYes
urgencyNo

Input Schema (JSON Schema)

{ "properties": { "description": { "default": "", "title": "Description", "type": "string" }, "effort": { "default": 1, "title": "Effort", "type": "integer" }, "tags": { "default": [], "items": { "type": "string" }, "title": "Tags", "type": "array" }, "title": { "title": "Title", "type": "string" }, "urgency": { "default": 1, "title": "Urgency", "type": "integer" } }, "required": [ "title" ], "title": "create_taskArguments", "type": "object" }

You must be authenticated.

Other Tools from DeltaTask MCP Server

Related Tools

ID: tsroe1zvk4