Skip to main content
Glama
tylyan
by tylyan

taskwarrior_modify

Update existing task attributes like description, project, priority, due date, or tags in Taskwarrior to keep your task list current and organized.

Instructions

Modify an existing task's attributes. Use this tool to update task description, project, priority, due date, or tags. Args: params: ModifyTaskInput containing task_id and attributes to modify Returns: Confirmation message with updated task info Examples: - Change description: params with task_id="5", description="Updated task name" - Change project: params with task_id="5", project="personal" - Set priority: params with task_id="5", priority="H" - Add tags: params with task_id="5", add_tags=["urgent"] - Remove due date: params with task_id="5", due=""

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Latest Blog Posts

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/tylyan/taskwarrior-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server