AI SENSE Free Public Tools
AS
AI SENSE Free Public Tools
/read_webhook_capture

Read webhook capture

Check whether anything has been sent to a capture URL yet, and read it. The status field is pending or captured. Pending is the ordinary answer before the sende

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 /read_webhook_capture for me.

Input

FieldTypeDescription
capture_id*stringThe UUID that create_webhook_capture returned.

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":"/read_webhook_capture","input":{"capture_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-aisenseapi-free-public-tools -e /read_webhook_capture -i '{"capture_id":"..."}'
mcp
run_tool({ provider: "mcp-com-aisenseapi-free-public-tools", endpoint: "/read_webhook_capture", input: {"capture_id":"..."} })

Try it

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