Skip to main content
Glama

task-orchestrator-mcp

by 108yen

updateTask

Modify task details such as name, status, description, or resolution by specifying the task ID. Streamline task management in the task-orchestrator-mcp server.

Instructions

Update an existing task

Input Schema

NameRequiredDescriptionDefault
descriptionNoUpdated task description (optional)
idYesTask ID
nameNoUpdated task name (optional)
resolutionNoTask resolution details (optional)
statusNoUpdated task status (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Updated task description (optional)", "type": "string" }, "id": { "description": "Task ID", "type": "string" }, "name": { "description": "Updated task name (optional)", "type": "string" }, "resolution": { "description": "Task resolution details (optional)", "type": "string" }, "status": { "description": "Updated task status (optional)", "enum": [ "todo", "in_progress", "done" ], "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from task-orchestrator-mcp

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/108yen/task-orchestrator-mcp'

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