TaskWarrior MCP Server

get_next_tasks

Get a list of all pending tasks

Input Schema

NameRequiredDescriptionDefault
projectNo
tagsNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools