Skip to main content
Glama

TaskWarrior MCP Server

by awwaiid
MIT License
13
1

mark_task_done

Update task status to completed using a unique identifier. Integrates with TaskWarrior MCP Server to manage tasks through natural language commands.

Instructions

Mark a task as done (completed)

Input Schema

NameRequiredDescriptionDefault
identifierYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "identifier": { "type": "string" } }, "required": [ "identifier" ], "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