update_task
Modify an existing pending task by updating its description and dependencies using the task ID. Supports task management and coordination within the MCP Orchestrator Server environment.
Instructions
Update an existing pending task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependencies | No | New list of dependency task IDs | |
description | No | New description for the task | |
task_id | Yes | ID of the task to update |