Skip to main content
Glama

@kazuph/mcp-taskmanager

by kazuph
MIT License
322
28
  • Apple

update_task

Modify uncompleted tasks by updating their title or description in a task management queue. Displays a progress table with updated task details for clear tracking.

Instructions

Update an existing task's title and/or description. Only uncompleted tasks can be updated.

A progress table will be displayed showing the updated task information.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
requestIdYes
taskIdYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "requestId": { "type": "string" }, "taskId": { "type": "string" }, "title": { "type": "string" } }, "required": [ "requestId", "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from @kazuph/mcp-taskmanager

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/kazuph/mcp-taskmanager'

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