TaskWarrior MCP Server

get_next_tasks

Retrieve pending tasks from TaskWarrior by filtering with specific projects or tags, enabling efficient task management and prioritization.

Instructions

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 from TaskWarrior MCP Server

Related Tools

ID: e8w3e1su1x