Skip to main content
Glama

MCP Orchestrator Server

by mokafari

update_task

Modify pending tasks by updating dependencies, descriptions, or other attributes within the MCP Orchestrator Server for improved task management and coordination.

Instructions

Update an existing pending task

Input Schema

NameRequiredDescriptionDefault
dependenciesNoNew list of dependency task IDs
descriptionNoNew description for the task
task_idYesID of the task to update

Input Schema (JSON Schema)

{ "properties": { "dependencies": { "description": "New list of dependency task IDs", "items": { "type": "string" }, "type": "array" }, "description": { "description": "New description for the task", "type": "string" }, "task_id": { "description": "ID of the task to update", "type": "string" } }, "required": [ "task_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Orchestrator 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/mokafari/orchestrator-server'

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