MCP Orchestrator Server

get_next_task

Get the next available task

Input Schema

NameRequiredDescriptionDefault
instance_idYesID of the instance requesting work

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "description": "ID of the instance requesting work", "type": "string" } }, "required": [ "instance_id" ], "type": "object" }