Skip to main content
Glama
by aafsar

update_task

Modify existing task details including title, description, priority, category, due date, and status to keep task information current and accurate.

Instructions

Update an existing task

Input Schema

NameRequiredDescriptionDefault
categoryNoNew category
descriptionNoNew description
dueDateNoNew due date (YYYY-MM-DD)
priorityNoNew priority
statusNoNew status
taskIdYesTask ID (use first 8 characters)
titleNoNew title

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "New category", "type": "string" }, "description": { "description": "New description", "type": "string" }, "dueDate": { "description": "New due date (YYYY-MM-DD)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "priority": { "description": "New priority", "enum": [ "low", "medium", "high" ], "type": "string" }, "status": { "description": "New status", "enum": [ "pending", "in_progress", "completed" ], "type": "string" }, "taskId": { "description": "Task ID (use first 8 characters)", "minLength": 8, "type": "string" }, "title": { "description": "New title", "type": "string" } }, "required": [ "taskId" ], "type": "object" }

Other Tools from Task Manager 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/aafsar/task-manager-mcp-server'

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