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
| Field | Type | Description |
|---|---|---|
| event_type* | string (webhook | human | time) | The event that completes the task. |
| timeout_seconds | integer | Maximum task lifetime in seconds. default 86400 |
| delay_seconds | integer | For time events. Wake this many seconds from now. |
| wake_at | integer | For time events. Unix timestamp to wake at. |
| title | string | For human events. The question shown on the form. |
| description | string | For human events. Supporting detail shown below the title. |
| options | array | For human events. The choices on the form. |
| allow_note | boolean | For 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.