gotoHuman MCP

Official
by gotohuman
Verified

get-form-schema

Get the schema to use for the 'fields' property when requesting a human review with a form.

Input Schema

NameRequiredDescriptionDefault
formIdYesThe form ID to fetch the schema for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "formId": { "description": "The form ID to fetch the schema for", "type": "string" } }, "required": [ "formId" ], "type": "object" }