W
Weftly
/get_job_status
get job status
Check the status of a transcribe or summarize job. Returns the current state and, when completed, an `outputs` array. Each output has either `content` (returned
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 /get_job_status for me.
Input
| Field | Type | Description |
|---|---|---|
| job_id* | string | The job_id returned from a previous transcribe or summarize call. |
| format | string (srt | txt | vtt | json | words) | When the job is completed, return the transcript inline in this format instead of only a d |
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":"/get_job_status","input":{"job_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-weftly-weftly -e /get_job_status -i '{"job_id":"..."}'mcp
run_tool({ provider: "mcp-ai-weftly-weftly", endpoint: "/get_job_status", input: {"job_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.