Skip to main content
Glama

TaskWarrior MCP Server

by awwaiid
MIT License
13
1

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

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