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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
List all available review templates. Returns a list of all available review templates in your account including high-level info about the added fields.
Get the schema to use when requesting a human review for a given review template. Parameters: formId (the review template 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 (the ID of the review template to use), fieldData (content and configuration for the review template's fields), config (optional configuration for the review template), title (optional title shown in the inbox and notifications), webhookUrl (optional webhook URL for this request), workflow (optional object linking this review to a multi-step agentic workflow), metadata (optional additional data for the webhook response), assignToUsers (optional list of user emails to assign the review to). Returns reviewId, reviewLink, and optionally workflowRunId when gotoHuman assigned a new workflow run.