AS
AI SENSE Free Public Tools
/create_human_approval
Request human approval
Put a decision in front of a real person and wait for their answer. Creates a web form and returns form_url to send to whoever should decide, plus an action_id
liveverifiedunknown~5s typical
mcpprobedaisensefree
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aisenseapi-free-public-tools /create_human_approval for me.
Input
| Field | Type | Description |
|---|---|---|
| title* | string | Required. The question shown to the person, in their language. Make it answerable on its o |
| description | string | Optional supporting detail below the question: what changes, what it costs, what happens i |
| options | array | Optional. The buttons offered, 2 to 10 of them. Defaults to Approve and Reject. Use your o |
| allow_note | boolean | Optional. Whether the person may add a free text comment alongside their choice. Defaults default true |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-aisenseapi-free-public-tools","endpoint":"/create_human_approval","input":{"title":"...","allow_note":true}}'cli
npx cracked-ai run -p mcp-com-aisenseapi-free-public-tools -e /create_human_approval -i '{"title":"...","allow_note":true}'mcp
run_tool({ provider: "mcp-com-aisenseapi-free-public-tools", endpoint: "/create_human_approval", input: {"title":"...","allow_note":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.