Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
TaskWarrior MCP Server
Claim
by
awwaiid
npm
GitHub
Note Taking
Knowledge & Memory
JavaScript
5
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
get_next_tasks
Get a list of all pending tasks
Input Schema
Name
Required
Description
Default
project
No
tags
No
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" }
Install Server
You must be
authenticated
.
Other Tools
add_task
get_next_tasks
mark_task_done