Skip to main content
Glama

TaskWarrior MCP Server

by awwaiid

add_task

Create and manage tasks in TaskWarrior by specifying details like description, due date, priority, project, and tags. Simplify task organization and tracking directly through the TaskWarrior MCP Server.

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

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