Skip to main content
Glama

MCP Orchestrator Server

by mokafari

complete_task

Mark a task as completed in the MCP Orchestrator Server by providing task ID, instance ID, and task result for efficient task orchestration and tracking.

Instructions

Mark a task as completed

Input Schema

NameRequiredDescriptionDefault
instance_idYesID of the instance completing the task
resultYesResult or output from the task
task_idYesID of the task to complete

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "description": "ID of the instance completing the task", "type": "string" }, "result": { "description": "Result or output from the task", "type": "string" }, "task_id": { "description": "ID of the task to complete", "type": "string" } }, "required": [ "task_id", "instance_id", "result" ], "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