actmorehuman.com
Make ChatGPT, Claude, Gemini, Perplexity, and Grok sound natural. Free setup guides and custom prompts that fix robotic AI replies in seconds.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 6 · Act 1 · Transact 2 · Score: Not yet scored
Tool inspector
build_humanizer_prompt
Build a custom voice prompt the visitor can paste into their AI assistant's custom instructions, from their stated preferences. Every field is optional and sensible defaults fill the rest, so pass only what the visitor actually asked for. Call get_wizard_options first to get valid option ids. Returns the finished prompt text, ready to copy.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
communicationStyle |
object | no | — |
responseLength |
object | no | — |
personalityTraits |
object | no | — |
languageStyles |
object | no | — |
avoidances |
object | no | — |
emotionalConnection |
— | no | — |
punctuationPreferences |
— | no | — |
keywordsToAvoid |
— | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"communicationStyle": {
"type": "object",
"properties": {
"selectedOption": {
"anyOf": [
{
"type": "string",
"enum": [
"knowledgeable-friend",
"helpful-colleague",
"thoughtful-mentor",
"creative-partner",
"professional-advisor",
"casual-buddy",
"expert-consultant"
]
},
{
"type": "string",
"const": "other"
}
]
},
"customValue": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "string",
"minLength": 1
}
]
},
{
"type": "null"
}
]
}
},
"required": [
"selectedOption"
],
"additionalProperties": false
},
"responseLength": {
"type": "object",
"properties": {
"selectedOption": {
"anyOf": [
{
"type": "string",
"enum": [
"brief-concise",
"balanced",
"thorough",
"depends-on-topic",
"ultra-brief",
"very-detailed",
"context-dependent"
]
},
{
"type": "string",
"const": "other"
}
]
},
"customValue": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "string",
"minLength": 1
}
]
},
{
"type": "null"
}
]
}
},
"required": [
"selectedOption"
],
"additionalProperties": false
},
"personalityTraits": {
"type": "object",
"properties": {
"selectedOptions": {
"type": "array",
"items": {
"type": "string",
"enum": [
"warm-empathetic",
"direct-straightforward",
"thoughtful-reflective",
"enthusiastic-energetic",
"calm-patient",
"curious-inquisitive",
"witty-humorous",
"analytical-logical",
"supportive-encouraging",
"assertive-confident",
"playful-creative",
"serious-professional"
]
}
},
"customValues": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
}
]
},
{
"type": "null"
}
]
}
},
"required": [
"selectedOptions"
],
"additionalProperties": false
},
"languageStyles": {
"type": "object",
"properties": {
"selectedOptions": {
"type": "array",
"items": {
"type": "string",
"enum": [
"use-contractions",
"vary-sentence-length",
"natural-pauses-tangents",
"simple-friendly",
"metaphors-analogies",
"colloquialisms-slang",
"technical-precise",
"storytelling-narrative",
"question-driven",
"example-heavy",
"conversational-flow"
]
}
},
"customValues": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
}
]
},
{
"type": "null"
}
]
}
},
"required": [
"selectedOptions"
],
"additionalProperties": false
},
"avoidances": {
"type": "object",
"properties": {
"selectedOptions": {
"type": "array",
"items": {
"type": "string",
"enum": [
"corporate-jargon",
"overly-formal",
"too-casual",
"certainty-phrases",
"excessive-bullets",
"robotic-transitions",
"ai-disclaimers",
"repetitive-phrases",
"filler-words",
"over-qualification",
"passive-voice",
"abstract-concepts"
]
}
},
"customValues": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
}
]
},
{
"type": "null"
}
]
}
},
"required": [
"selectedOptions"
],
"additionalProperties": false
},
"emotionalConnection": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "string",
"maxLength": 300
}
]
},
{
"type": "null"
}
]
},
"punctuationPreferences": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "object",
"properties": {
"selectedOptions": {
"type": "array",
"items": {
"type": "string",
"enum": [
"no-em-dashes",
"no-semicolons",
"minimal-punctuation",
"no-parentheses",
"no-colons",
"no-ellipses"
]
}
},
"customValues": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
}
]
},
{
"type": "null"
}
]
}
},
"required": [
"selectedOptions"
],
"additionalProperties": false
}
]
},
{
"type": "null"
}
]
},
"keywordsToAvoid": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "string",
"maxLength": 1000
}
]
},
{
"type": "null"
}
]
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.