AI SENSE Free Public Tools
AS
AI SENSE Free Public Tools
/create_agent_wake

Wait for an event

Create a durable MCP task that completes when a webhook arrives, a person answers a form or a chosen time is reached. Use it when an agent must pause and contin

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_agent_wake for me.

Input

FieldTypeDescription
event_type*string (webhook | human | time)The event that completes the task.
timeout_secondsintegerMaximum task lifetime in seconds. default 86400
delay_secondsintegerFor time events. Wake this many seconds from now.
wake_atintegerFor time events. Unix timestamp to wake at.
titlestringFor human events. The question shown on the form.
descriptionstringFor human events. Supporting detail shown below the title.
optionsarrayFor human events. The choices on the form.
allow_notebooleanFor human events. Allow an optional note. 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_agent_wake","input":{"event_type":"webhook","timeout_seconds":86400,"allow_note":true}}'
cli
npx cracked-ai run -p mcp-com-aisenseapi-free-public-tools -e /create_agent_wake -i '{"event_type":"webhook","timeout_seconds":86400,"allow_note":true}'
mcp
run_tool({ provider: "mcp-com-aisenseapi-free-public-tools", endpoint: "/create_agent_wake", input: {"event_type":"webhook","timeout_seconds":86400,"allow_note":true} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.