MCP Orchestrator Server

get_task_details

Get details of a specific task

Input Schema

NameRequiredDescriptionDefault
task_idYesID of the task to get details for

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "ID of the task to get details for", "type": "string" } }, "required": [ "task_id" ], "type": "object" }