Skip to main content
Glama

DeltaTask MCP Server

by brysontang

create_task

Generate and submit new tasks with defined titles, descriptions, urgency levels, effort estimates, and tags using this tool. Streamlines task creation for enhanced task management.

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

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