gotoHuman MCP Server enables AI agents to request human reviews through the gotoHuman platform, creating an asynchronous workflow for content approval and critical action validation. The server provides three main tools: listing available review forms, fetching form schemas, and submitting review requests that appear in the user's gotoHuman inbox. Built with TypeScript using the Model Context Protocol SDK, it integrates with the gotoHuman API to facilitate human-in-the-loop processes for autonomous agents and AI automations, with webhook-based responses that allow workflows to continue after human approval.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
List all available review forms. Returns a list of all available forms in your account including high-level info about the added fields.
Get the schema to use when requesting a human review for a given form. Parameters: formId (string) - The form ID to fetch the schema for. Returns the schema, considering the included fields and their configuration.
Request a human review that will appear in your gotoHuman inbox. Parameters: formId (string) - The form ID for the review; fieldData (object) - Content (AI-output to review, context,...) and configuration for the form's fields; metadata (optional object) - Additional data that will be included in the webhook response after form submission; assignToUsers (optional array of strings) - List of user emails to assign the review to. Returns a link to the review in gotoHuman.