Skip to main content
Glama

DeltaTask MCP Server

by brysontang

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

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