Skip to main content
Glama

task-orchestrator-mcp

by 108yen

startTask

Initiate a task by changing its status to in_progress using the specified Task ID. Follow up by calling the completeTask tool once the task is finished for proper orchestration.

Instructions

Start a task (change status to in_progress)

  1. Run this tool to start the task.
  2. When the task is complete, call the completeTask tool to complete the task.

Input Schema

NameRequiredDescriptionDefault
idYesTask ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Task ID", "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