MCP Human Loop Server

evaluate_need_for_human

Evaluate if a task requires human intervention

Input Schema

NameRequiredDescriptionDefault
modelCapabilitiesNoList of model capabilities
taskDescriptionYesDescription of the task to be evaluated

Input Schema (JSON Schema)

{ "properties": { "modelCapabilities": { "description": "List of model capabilities", "items": { "type": "string" }, "type": "array" }, "taskDescription": { "description": "Description of the task to be evaluated", "type": "string" } }, "required": [ "taskDescription" ], "type": "object" }

You must be authenticated.

Other Tools