Skip to main content
Glama

gotoHuman MCP

Official

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gotohuman/gotohuman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server