gotoHuman MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOTOHUMAN_API_KEY | Yes | Your API key for gotoHuman. | |
| GOTOHUMAN_AGENT_ID | No | Optional agent ID for local development. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-formsA | List all available review forms. NOTE: You need to fetch the schema for the form fields first using the get-form-schema tool. |
| get-form-schemaA | Get the schema to use for the 'fields' property when requesting a human review with a form. |
| request-human-review-with-formA | Request a human review with a form. NOTE: If you don't have a form ID yet, list all available forms using the list-forms tool first. To know what to pass for fieldData, you need to fetch the schema for the form fields using the get-form-schema tool. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |