Skip to main content
Glama

TaskWarrior MCP Server

by awwaiid
MIT License
13
1

add_task

Create a new task with details such as description, due date, priority, project, and tags using the TaskWarrior MCP Server to organize and manage tasks effectively.

Instructions

Add a new task

Input Schema

NameRequiredDescriptionDefault
descriptionYes
dueNo
priorityNo
projectNo
tagsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "due": { "type": "string" }, "priority": { "enum": [ "H", "M", "L" ], "type": "string" }, "project": { "pattern": "^[a-z.]+$", "type": "string" }, "tags": { "items": { "pattern": "^a-z$", "type": "string" }, "type": "array" } }, "required": [ "description" ], "type": "object" }

You must be authenticated.

Other Tools from TaskWarrior 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/awwaiid/mcp-server-taskwarrior'

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