W
Weftly
/summarize
summarize
Summarize an audio or video file — returns both a text summary AND the full transcript (with per-word timestamps). Do not also call transcribe on the same file.
liveunknown~5s typical
mcpweftly
$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-ai-weftly-weftly /summarize for me.
Input
| Field | Type | Description |
|---|---|---|
| filename | string | Filename with extension (e.g. "podcast.mp3"). Required on the first call — used to infer m |
| job_id | string | Job ID returned from a previous call. Include along with payment_credential to confirm pay |
| payment_credential | string | MPP payment credential (full Authorization header value, e.g. "Payment eyJ...") obtained b |
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-ai-weftly-weftly","endpoint":"/summarize","input":{}}'cli
npx cracked-ai run -p mcp-ai-weftly-weftly -e /summarize -i '{}'mcp
run_tool({ provider: "mcp-ai-weftly-weftly", endpoint: "/summarize", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.