gotoHuman MCP

Official
MIT License
101
18
  • Linux
  • Apple

get-form-schema

Retrieve the schema for form fields required to request a human review using the gotoHuman MCP server, ensuring correct data submission for approval workflows.

Instructions

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" }

You must be authenticated.

Other Tools from gotoHuman MCP

Related Tools

ID: 9qgu06jncv